IFunctionParserExec Method |
A method for extended functionality -- provided for future use.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
SyntaxObject Exec(
int command,
int flags,
params Object[] args
)
Function Exec (
command As Integer,
flags As Integer,
ParamArray args As Object()
) As Object
Parameters
- command
- Type: SystemInt32
The command to execute. - flags
- Type: SystemInt32
Command-specific flags. - args
- Type: SystemObject
Command-specific parameters.
Return Value
Type:
ObjectCommand-specific results.
See Also