C# Class System.Windows.Forms.Message

Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
Create ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : Message
Equals ( object o ) : bool
GetHashCode ( ) : int
GetLParam ( Type cls ) : object
operator ( ) : bool

Method Details

Create() public static method

public static Create ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : Message
hWnd System.IntPtr
msg int
wparam System.IntPtr
lparam System.IntPtr
return Message

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLParam() public method

public GetLParam ( Type cls ) : object
cls System.Type
return object

operator() public static method

public static operator ( ) : bool
return bool