Click or drag to resize

AppContextExec Method

The Exec method provide extended functionality for the application object. Most extended application commands are intended for internal use and not commonly used in application development.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object Exec(
	Enum command,
	int flags,
	params Object[] args
)

Parameters

command
Type: SystemEnum
The command to execute, from AppExecCmds.
flags
Type: SystemInt32
Command-specific modifier flags.
args
Type: SystemObject
Command-specific parameters.

Return Value

Type: Object
Command-specific result.

Implements

IEAPBaseExec(Enum, Int32, Object)
See Also