ExtensionPlugInCollectiongetObject Method

Gets the plug at the specified index.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public virtual Object getObject(
	int nIndex
)

Parameters

nIndex  Int32
The zero-based index of the plug-in to return.

Return Value

Object
The ExtensionPlugIn at the specified index.

See Also