C# 클래스 Luigibot.OSDetermination

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

공개 메소드들

메소드 설명
GetUnixName ( ) : string
IsOnMac ( ) : bool
IsOnUnix ( ) : bool
IsOnWindows ( ) : bool

비공개 메소드들

메소드 설명
FriendlyName ( ) : string
GetProcessOutput ( string process, string args ) : string
HKLM_GetString ( string path, string key ) : string

메소드 상세

GetUnixName() 공개 정적인 메소드

public static GetUnixName ( ) : string
리턴 string

IsOnMac() 공개 정적인 메소드

public static IsOnMac ( ) : bool
리턴 bool

IsOnUnix() 공개 정적인 메소드

public static IsOnUnix ( ) : bool
리턴 bool

IsOnWindows() 공개 정적인 메소드

public static IsOnWindows ( ) : bool
리턴 bool