C# 클래스 TOAPI.Types.MSG

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

공개 프로퍼티들

프로퍼티 타입 설명
hWnd System.IntPtr
lParam System.IntPtr
message int
pt POINT
time int
wParam System.IntPtr

공개 메소드들

메소드 설명
Create ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : MSG
MsgToString ( int msg ) : string

Returns the symbolic name of the msg value, or null if it isn't one of the existing constants.

ToString ( ) : string
ToString ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : string

비공개 메소드들

메소드 설명
Parenthesize ( string input ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : MSG
hWnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
리턴 MSG

MsgToString() 공개 정적인 메소드

Returns the symbolic name of the msg value, or null if it isn't one of the existing constants.
public static MsgToString ( int msg ) : string
msg int
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : string
hWnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
리턴 string

프로퍼티 상세

hWnd 공개적으로 프로퍼티

public IntPtr,System hWnd
리턴 System.IntPtr

lParam 공개적으로 프로퍼티

public IntPtr,System lParam
리턴 System.IntPtr

message 공개적으로 프로퍼티

public int message
리턴 int

pt 공개적으로 프로퍼티

public POINT pt
리턴 POINT

time 공개적으로 프로퍼티

public int time
리턴 int

wParam 공개적으로 프로퍼티

public IntPtr,System wParam
리턴 System.IntPtr