ShellBrowserIsAdmin Method |
Checks whether the user is admin or not.
In Vista or later: Determines whether application is running
with elevated rights (UAC) or not.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic static bool IsAdmin()
Public Shared Function IsAdmin As Boolean
public:
static bool IsAdmin()
static member IsAdmin : unit -> bool
Return Value
BooleanTrue if current user has administrator-rights; false if not
See Also