ExtensionsAdd Method (IExtension, Enum, ExtensionAttrs, Int32, Object) |
Adds an extension to the collection
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic void Add(
IExtension Ext,
Enum eType,
ExtensionAttrs Flags,
int Priority,
Object Param1
)
Public Sub Add (
Ext As IExtension,
eType As Enum,
Flags As ExtensionAttrs,
Priority As Integer,
Param1 As Object
)
Parameters
- Ext
- Type: NetQuarryIExtension
The instance of an object that implements IExtension - eType
- Type: SystemEnum
The extension type - Flags
- Type: NetQuarryExtensionAttrs
Attributes - Priority
- Type: SystemInt32
This instances priority. (Note that a higher number causes the extension to fire earlier.) - Param1
- Type: SystemObject
Optional parameter. If an ExtensionInfo object is provided, useful information will be retained.
See Also