PluginAttribute Constructor (String)Apache log4net™ SDK Documentation
Initializes a new instance of the PluginAttribute class with the specified type.

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public PluginAttribute(
	string typeName
)

Parameters

typeName
Type: SystemString
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

Reference