IPluginModuleCollection Interface

Collection of information about the loaded plug-ins.

  Note

The order of items in this collection is arbitrary and may change in future. Use explicit sorting of IEnumerableT results (for example, by LoadOrder or via Instance) if the order is important.

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public interface IPluginModuleCollection : IPluginEntitySet<IPluginModule>, 
	IPluginEntityCollection<IPluginModule>, IEnumerable<IPluginModule>, IEnumerable
Implements
IPluginEntityCollectionIPluginModule, IPluginEntitySetIPluginModule, IEnumerableIPluginModule, IEnumerable

Properties

Count Number of items in the collection.
(Inherited from IPluginEntityCollectionT)

Methods

Contains Determines whether an item with the specified value of PublicGuid is present in the collection.
(Inherited from IPluginEntityCollectionT)
GetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableIPluginModule)
TryGet Attempts to retrieve an item with the specified value of PublicGuid from in the collection.
(Inherited from IPluginEntitySetT)

See Also