Assembly level attribute that specifies a plugin to attach to
the repository.
System Object
System Attribute log4net.Config PluginAttributeNamespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
[SerializableAttribute]
public sealed class PluginAttribute : Attribute,
IPluginFactory
[SerializableAttribute]
public sealed class PluginAttribute : Attribute,
IPluginFactory
<SerializableAttribute>
Public NotInheritable Class PluginAttribute
Inherits Attribute
Implements IPluginFactory
<SerializableAttribute>
Public NotInheritable Class PluginAttribute
Inherits Attribute
Implements IPluginFactory
[SerializableAttribute]
public ref class PluginAttribute sealed : public Attribute,
IPluginFactory
[SerializableAttribute]
public ref class PluginAttribute sealed : public Attribute,
IPluginFactory
Specifies the type of a plugin to create and attach to the
assembly's repository. The plugin type must implement the
IPlugin interface.