C# 클래스 DarkRoomW.Eclectic

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

공개 프로퍼티들

프로퍼티 타입 설명
DebugMode bool

공개 메소드들

메소드 설명
CheckForUpdate ( ) : string
Left ( string param, int length ) : string
Mid ( string param, int startIndex ) : string
Mid ( string param, int startIndex, int length ) : string
Right ( string param, int length ) : string

비공개 메소드들

메소드 설명
GetCaretBlinkTime ( ) : uint
GetSysColor ( int nIndex ) : int
SendMessage ( IntPtr hWnd, Int32 wMsg, Int32 wParam, Int32 lParam ) : Int32
SetCaretBlinkTime ( uint ms ) : bool
SetSysColors ( int cElements, int lpaElements, int lpaRgbValues ) : bool

메소드 상세

CheckForUpdate() 공개 정적인 메소드

public static CheckForUpdate ( ) : string
리턴 string

Left() 공개 정적인 메소드

public static Left ( string param, int length ) : string
param string
length int
리턴 string

Mid() 공개 정적인 메소드

public static Mid ( string param, int startIndex ) : string
param string
startIndex int
리턴 string

Mid() 공개 정적인 메소드

public static Mid ( string param, int startIndex, int length ) : string
param string
startIndex int
length int
리턴 string

Right() 공개 정적인 메소드

public static Right ( string param, int length ) : string
param string
length int
리턴 string

프로퍼티 상세

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

public static bool DebugMode
리턴 bool