Abstract base class for a utility command.
Namespace:
Gallio.Runtime.UtilityCommandsAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public abstract class BaseUtilityCommand<TArguments> : IUtilityCommand |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class BaseUtilityCommand(Of TArguments) _ Implements IUtilityCommand |
Type Parameters
- TArguments
- The arguments type, may be Object for commands with no arguments.
Inheritance Hierarchy
System..::.Object
Gallio.Runtime.UtilityCommands..::.BaseUtilityCommand<(Of <(TArguments>)>)
Gallio.Runtime.Installer..::.SetupUtilityCommand
Gallio.Runtime.UtilityCommands..::.BaseReportTransformationUtilityCommand<(Of <(TArguments>)>)
Gallio.Runtime.UtilityCommands..::.ClearCurrentUserPluginCacheUtilityCommand
Gallio.Runtime.UtilityCommands..::.ResetInstallationIdUtilityCommand
Gallio.Runtime.UtilityCommands..::.VerifyInstallationUtilityCommand
Gallio.Runtime.UtilityCommands..::.BaseUtilityCommand<(Of <(TArguments>)>)
Gallio.Runtime.Installer..::.SetupUtilityCommand
Gallio.Runtime.UtilityCommands..::.BaseReportTransformationUtilityCommand<(Of <(TArguments>)>)
Gallio.Runtime.UtilityCommands..::.ClearCurrentUserPluginCacheUtilityCommand
Gallio.Runtime.UtilityCommands..::.ResetInstallationIdUtilityCommand
Gallio.Runtime.UtilityCommands..::.VerifyInstallationUtilityCommand
