log4net SDK Reference

PluginAttribute Constructor (Type)

Initializes a new instance of the PluginAttribute class with the specified type.

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As Type _
)
[C#]
public PluginAttribute(
   Type type
);

Parameters

type
The type of plugin to create.

Remarks

Create the attribute with the plugin type specified.

See Also

PluginAttribute Class | log4net.Config Namespace | PluginAttribute Constructor Overload List