C# Class PsHandler.Table

Inheritance: IDisposable
Show file 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 property

public string ClassName
return string

Handle public property

public IntPtr,System Handle
return System.IntPtr

RectangleClient public property

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

RectangleWindows public property

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

TableHud public property

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

Title public property

public string Title
return string