C# 클래스 DamageMeter.TeraWindow

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

공개 메소드들

메소드 설명
IsMeterActive ( ) : bool
IsTeraActive ( ) : bool
SendString ( string s ) : bool

비공개 메소드들

메소드 설명
FindTeraWindow ( ) : IntPtr
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetForegroundWindow ( ) : IntPtr
NewLine ( IntPtr hWnd ) : void
PostMessage ( IntPtr hWnd, uint msg, int wParam, int lParam ) : bool
SendString ( IntPtr hWnd, string s ) : void

메소드 상세

IsMeterActive() 공개 정적인 메소드

public static IsMeterActive ( ) : bool
리턴 bool

IsTeraActive() 공개 정적인 메소드

public static IsTeraActive ( ) : bool
리턴 bool

SendString() 공개 정적인 메소드

public static SendString ( string s ) : bool
s string
리턴 bool