Execute a command on the object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Object Exec(
Enum cmd,
int flags,
params Object[] args
)
Public Function Exec (
cmd As Enum,
flags As Integer,
ParamArray args As Object()
) As Object
Parameters
- cmd
- Type: SystemEnum
The command to execute. - flags
- Type: SystemInt32
Command-specific flags. - args
- Type: SystemObject
Command-specific parameters
Return Value
Type:
ObjectCommand-specific return value.
Implements
IEAPBaseExec(Enum, Int32, Object)See Also