Click or drag to resize

Navigator.Exec Method

The Exec method provides extended functionality.

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: System.Enum
The command to execute.
flags
Type: System.Int32
Command-specific modifier flags.
args
Type:System.Object[]
Command-specific parameters.

Return Value

Type: Object
Command-specific result.

Implements

IEAPBase.Exec(Enum, Int32,Object[])
See Also