Creates a plugin traits object.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: 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.
