Executes a command.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void Exec(
IAppContext appContext,
int cmdID,
params Object[] args
)
Sub Exec (
appContext As IAppContext,
cmdID As Integer,
ParamArray args As Object()
)
Parameters
- appContext
- Type: NetQuarryIAppContext
A reference to an IAppContext object. - cmdID
- Type: SystemInt32
The cmdID to execute - args
- Type: SystemObject
Array of exec arguments
See Also