Abstract base class for implementing elevated commands.

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

Syntax

C#
public abstract class BaseElevatedCommand<TArg, TResult> : IElevatedCommand
Visual Basic (Declaration)
Public MustInherit Class BaseElevatedCommand(Of TArg, TResult) _
	Implements IElevatedCommand

Type Parameters

TArg
The argument type for the command, must be serializable.
TResult
The result type for the command, must be serializable.

Inheritance Hierarchy

See Also