Disables the plugin.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if reason is null. |
