Creates a plugin traits object.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public PluginTraits(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::.String
The localized display name of the plugin.

See Also