Click or drag to resize

ExtsExecCmds Enumeration

Commands for use with the Extensions.Exec() method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ExtsExecCmds
Members
  Member nameValueDescription
CurrentExt4002Get the ExtensionInfo object for the currently firing extension.
CurrentEvent4003Get the currently firing event.
HandlesMapperCommand4004 Determine if any of the extensions handle the MapperCommand specified in param #1. Note that many extension ignore this request so a negative response does not definitively indicate that none of the extension handle the command.
Remarks
Exec commands provided extended functionality for the extension collection.
See Also