C# Class ZForge.Win32.UserEnviroment

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
IsAdministrator ( ) : bool
IsUACEnabled ( ) : bool
IsVistaAbove ( ) : bool
IsWin2kAbove ( ) : bool
ValidateUserEnviroment ( string name, bool needAdmin ) : void

Method Details

IsAdministrator() public static méthode

public static IsAdministrator ( ) : bool
Résultat bool

IsUACEnabled() public static méthode

public static IsUACEnabled ( ) : bool
Résultat bool

IsVistaAbove() public static méthode

public static IsVistaAbove ( ) : bool
Résultat bool

IsWin2kAbove() public static méthode

public static IsWin2kAbove ( ) : bool
Résultat bool

ValidateUserEnviroment() public static méthode

public static ValidateUserEnviroment ( string name, bool needAdmin ) : void
name string
needAdmin bool
Résultat void