Collection of miscellaneous actions that cannot be performed as
a non-administrative user, like shutdown or setting the system time.
Declaration Syntax
C# |
public static class PrivilegedActions
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
LocalTime |
Get or set the system time in the local timezone.
| |
ShutDown(PrivilegedActions..::.ShutdownAction) |
Shutdown the system.
| |
ShutDown(PrivilegedActions..::.ShutdownAction, PrivilegedActions..::.ShutdownForceMode) |
Shutdown the system.
| |
SystemTime |
Get or set the system time, in UTC.
|
Inheritance Hierarchy
Object | |
PrivilegedActions |