Abstract base class for a utility command.

Namespace:  Gallio.Runtime.UtilityCommands
Assembly:  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

See Also