C# 클래스 Ypsilon.Core.Windows.Message

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

공개 프로퍼티들

프로퍼티 타입 설명
Id uint
LParam System.IntPtr
Point Point
WParam System.IntPtr

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
HighWord ( IntPtr n ) : int
HighWord ( int n ) : int
LowWord ( IntPtr n ) : int
LowWord ( int n ) : int
MakeLParam ( int low, int high ) : IntPtr
MakeLong ( int low, int high ) : int
Message ( uint id, IntPtr wParam, IntPtr lParam ) : System
SignedHighWord ( IntPtr n ) : int
SignedHighWord ( int n ) : int
SignedLowWord ( IntPtr n ) : int
SignedLowWord ( int n ) : int
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HighWord() 공개 정적인 메소드

public static HighWord ( IntPtr n ) : int
n System.IntPtr
리턴 int

HighWord() 공개 정적인 메소드

public static HighWord ( int n ) : int
n int
리턴 int

LowWord() 공개 정적인 메소드

public static LowWord ( IntPtr n ) : int
n System.IntPtr
리턴 int

LowWord() 공개 정적인 메소드

public static LowWord ( int n ) : int
n int
리턴 int

MakeLParam() 공개 정적인 메소드

public static MakeLParam ( int low, int high ) : IntPtr
low int
high int
리턴 System.IntPtr

MakeLong() 공개 정적인 메소드

public static MakeLong ( int low, int high ) : int
low int
high int
리턴 int

Message() 공개 메소드

public Message ( uint id, IntPtr wParam, IntPtr lParam ) : System
id uint
wParam System.IntPtr
lParam System.IntPtr
리턴 System

SignedHighWord() 공개 정적인 메소드

public static SignedHighWord ( IntPtr n ) : int
n System.IntPtr
리턴 int

SignedHighWord() 공개 정적인 메소드

public static SignedHighWord ( int n ) : int
n int
리턴 int

SignedLowWord() 공개 정적인 메소드

public static SignedLowWord ( IntPtr n ) : int
n System.IntPtr
리턴 int

SignedLowWord() 공개 정적인 메소드

public static SignedLowWord ( int n ) : int
n int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Id 공개적으로 프로퍼티

public uint Id
리턴 uint

LParam 공개적으로 프로퍼티

public IntPtr,System LParam
리턴 System.IntPtr

Point 공개적으로 프로퍼티

public Point Point
리턴 Point

WParam 공개적으로 프로퍼티

public IntPtr,System WParam
리턴 System.IntPtr