Map of repository plugins.
Inheritance Hierarchy
log4net.PluginPluginMap
Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
The PluginMap type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PluginMap |
Constructor
|
Properties
| Name | Description | |
|---|---|---|
| AllPlugins |
Gets all possible plugins as a list of IPlugin objects.
| |
| Item |
Gets a IPlugin by name.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a IPlugin to the map.
| |
| Equals | (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.) | |
| Remove |
Removes a IPlugin from the map.
| |
| ToString | (Inherited from Object.) |
Remarks
This class is a name keyed map of the plugins that are attached to a repository.
See Also