C# Class System.Windows.Forms.Message

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetLParam() public méthode

public GetLParam ( Type cls ) : object
cls System.Type
Résultat object

operator() public static méthode

public static operator ( ) : bool
Résultat bool