C# 클래스 ZForge.Win32.UserEnviroment

파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
IsAdministrator ( ) : bool
IsUACEnabled ( ) : bool
IsVistaAbove ( ) : bool
IsWin2kAbove ( ) : bool
ValidateUserEnviroment ( string name, bool needAdmin ) : void

메소드 상세

IsAdministrator() 공개 정적인 메소드

public static IsAdministrator ( ) : bool
리턴 bool

IsUACEnabled() 공개 정적인 메소드

public static IsUACEnabled ( ) : bool
리턴 bool

IsVistaAbove() 공개 정적인 메소드

public static IsVistaAbove ( ) : bool
리턴 bool

IsWin2kAbove() 공개 정적인 메소드

public static IsWin2kAbove ( ) : bool
리턴 bool

ValidateUserEnviroment() 공개 정적인 메소드

public static ValidateUserEnviroment ( string name, bool needAdmin ) : void
name string
needAdmin bool
리턴 void