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