C# Class Ypsilon.Core.Windows.Message

Show file Open project: ZaneDubya/YCPU Class Usage Examples

Public Properties

Property Type Description
Id uint
LParam System.IntPtr
Point Point
WParam System.IntPtr

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

HighWord() public static method

public static HighWord ( IntPtr n ) : int
n System.IntPtr
return int

HighWord() public static method

public static HighWord ( int n ) : int
n int
return int

LowWord() public static method

public static LowWord ( IntPtr n ) : int
n System.IntPtr
return int

LowWord() public static method

public static LowWord ( int n ) : int
n int
return int

MakeLParam() public static method

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

MakeLong() public static method

public static MakeLong ( int low, int high ) : int
low int
high int
return int

Message() public method

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

SignedHighWord() public static method

public static SignedHighWord ( IntPtr n ) : int
n System.IntPtr
return int

SignedHighWord() public static method

public static SignedHighWord ( int n ) : int
n int
return int

SignedLowWord() public static method

public static SignedLowWord ( IntPtr n ) : int
n System.IntPtr
return int

SignedLowWord() public static method

public static SignedLowWord ( int n ) : int
n int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Id public property

public uint Id
return uint

LParam public property

public IntPtr,System LParam
return System.IntPtr

Point public property

public Point Point
return Point

WParam public property

public IntPtr,System WParam
return System.IntPtr