Disables the plugin.

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

Syntax

C#
void Disable(
	string reason
)
Visual Basic (Declaration)
Sub Disable ( _
	reason As String _
)

Parameters

reason
Type: System..::.String
The reason the plugin was disabled.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if reason is null.

See Also