ExtensionPlugInCollection Class

Represents the list of registered plug-in extensions.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class ExtensionPlugInCollection : IEnumerable, 
	IDisposable
Inheritance
Object    ExtensionPlugInCollection
Implements
IEnumerable, IDisposable

Properties

Count Gets the number of plug ins in the list.
Item Gets the plug at the specified index.

Methods

DisposeReleases all resources used by the ExtensionPlugInCollection
Dispose(Boolean)Releases the unmanaged resources used by the ExtensionPlugInCollection and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
Find Finds a plug in using the plug in's unique identifier.
GetEnumerator Gets an enumerator for this collection.
GetHashCodeServes as the default hash function.
(Inherited from Object)
getObject Gets the plug at the specified index.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also