Gets the plugin type name.

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

Syntax

C#
TypeName PluginTypeName { get; }
Visual Basic (Declaration)
ReadOnly Property PluginTypeName As TypeName

Remarks

The plugin type should be a class that implements IPlugin.

See Also