Click or drag to resize

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)
Syntax
public void Add(
	IExtension Ext,
	Enum eType,
	ExtensionAttrs Flags,
	int Priority,
	Object Param1
)

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