C# Class Squared.Util.FindHandle

显示文件 Open project: sq/Fracture Class Usage Examples

Public Properties

Property Type Description
Handle IntPtr

Public Methods

Method Description
Dispose ( ) : void
FindHandle ( IntPtr handle ) : System.Drawing

Private Methods

Method Description
FindClose ( IntPtr hFindFile ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FindHandle() public method

public FindHandle ( IntPtr handle ) : System.Drawing
handle IntPtr
return System.Drawing

Property Details

Handle public_oe property

public IntPtr Handle
return IntPtr