C# Class MS.Win32.NativeMethods.HWND

Show file Open project: geeksree/cSharpGeeks Class Usage Examples

Public Properties

Property Type Description
h System.IntPtr

Public Methods

Method Description
Cast ( IntPtr h ) : HWND
Equals ( object oCompare ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Cast() public static method

public static Cast ( IntPtr h ) : HWND
h System.IntPtr
return HWND

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

h public property

public IntPtr,System h
return System.IntPtr