Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

PluginAttribute�Constructor�(String)

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

[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal typeName�As�String�_
)
[C#]
public�PluginAttribute(
���stringtypeName
);

Parameters

typeName
The type name of plugin to create.

Remarks

Create the attribute with the plugin type specified.

Where possible use the constructor that takes a Type.

See Also

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