Represents a command to be executed in an elevated context.

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

Syntax

C#
public interface IElevatedCommand
Visual Basic (Declaration)
Public Interface IElevatedCommand

Remarks

The command parameters and results must be serializable because they may be transmitted across processes.

See Also