Abstract base class for implementing elevated commands.
Namespace:
Gallio.Runtime.SecurityAssembly: 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
System..::.Object
Gallio.Runtime.Security..::.BaseElevatedCommand<(Of <(TArg, TResult>)>)
Gallio.Runtime.Installer..::.InstallerElevatedCommand
Gallio.Runtime.UtilityCommands..::.ResetInstallationIdElevatedCommand
Gallio.UI.ControlPanel.Preferences..::.RuntimePreferencePaneCommitterElevatedCommand
Gallio.Runtime.Security..::.BaseElevatedCommand<(Of <(TArg, TResult>)>)
Gallio.Runtime.Installer..::.InstallerElevatedCommand
Gallio.Runtime.UtilityCommands..::.ResetInstallationIdElevatedCommand
Gallio.UI.ControlPanel.Preferences..::.RuntimePreferencePaneCommitterElevatedCommand
