C# 클래스 SleepHunter.Settings.ClientVersion

상속: ObservableObject
파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoDetect ClientVersion

Private Properties

프로퍼티 타입 설명
ClientVersion System

공개 메소드들

메소드 설명
ClientVersion ( string key ) : System
ContainsVariable ( string key ) : bool
GetVariable ( string key ) : MemoryVariable
ToString ( ) : string

비공개 메소드들

메소드 설명
ClientVersion ( ) : System

메소드 상세

ClientVersion() 공개 메소드

public ClientVersion ( string key ) : System
key string
리턴 System

ContainsVariable() 공개 메소드

public ContainsVariable ( string key ) : bool
key string
리턴 bool

GetVariable() 공개 메소드

public GetVariable ( string key ) : MemoryVariable
key string
리턴 SleepHunter.IO.Process.MemoryVariable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AutoDetect 공개적으로 정적으로 프로퍼티

public static ClientVersion,SleepHunter.Settings AutoDetect
리턴 ClientVersion