ProcessContextIsAdministrator Property |
[AlphaFS] Determines if the current process is run in the context of an Administrator.
Namespace:
Alphaleonis.Win32.Security
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static bool IsAdministrator { get; }
Public Shared ReadOnly Property IsAdministrator As Boolean
Get
public:
static property bool IsAdministrator {
bool get ();
}
static member IsAdministrator : bool with get
Return Value
Type:
Boolean if the current process is run in the context of an Administrator; otherwise,
.
See Also