C# Class PsHandler.Table

Inheritance: IDisposable
显示文件 Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
ClassName string
Handle System.IntPtr
RectangleClient System.Drawing.Rectangle
RectangleWindows System.Drawing.Rectangle
TableHud PsHandler.Hud.TableHud
Title string

Public Methods

Method Description
Dispose ( ) : void
EnsureHud ( ) : void
Table ( IntPtr handle ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EnsureHud() public method

public EnsureHud ( ) : void
return void

Table() public method

public Table ( IntPtr handle ) : System
handle System.IntPtr
return System

Property Details

ClassName public_oe property

public string ClassName
return string

Handle public_oe property

public IntPtr,System Handle
return System.IntPtr

RectangleClient public_oe property

public Rectangle,System.Drawing RectangleClient
return System.Drawing.Rectangle

RectangleWindows public_oe property

public Rectangle,System.Drawing RectangleWindows
return System.Drawing.Rectangle

TableHud public_oe property

public TableHud,PsHandler.Hud TableHud
return PsHandler.Hud.TableHud

Title public_oe property

public string Title
return string