The PluginMap type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
PluginMap |
Constructor
|
Methods
Name | Description | |
---|---|---|
Add |
Adds a IPlugin to the map.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes a IPlugin from the map.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AllPlugins |
Gets all possible plugins as a list of IPlugin objects.
| |
Item |
Gets a IPlugin by name.
|
See Also