Execute a command on the collection itself.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Object Exec(
ExtsExecCmds cmd,
int flags,
params Object[] args
)
Public Function Exec (
cmd As ExtsExecCmds,
flags As Integer,
ParamArray args As Object()
) As Object
Parameters
- cmd
- Type: NetQuarryExtsExecCmds
A ExtsExecCmds enumeration command. - flags
- Type: SystemInt32
Command-specific flags. When not required, this argument should be 0. - args
- Type: SystemObject
Command-specific parameters.
Return Value
Type:
ObjectCommand-specific result.
See Also