Click or drag to resize

ExtensionsExec Method

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
)

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: Object
Command-specific result.
See Also