C# Class FFXIVAPP.Hooker.Common.Element

Inheritance: System.MarshalByRefObject, IOverlayElement, IDisposable
Show file Open project: Icehunter/ffxivapp-hooker

Public Methods

Method Description
Clone ( ) : object
Dispose ( ) : void
Frame ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and optionally managed resources

Method Details

Clone() public method

public Clone ( ) : object
return object

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

Releases unmanaged and optionally managed resources
protected Dispose ( bool disposing ) : void
disposing bool true if disposing both unmanaged and managed
return void

Frame() public method

public Frame ( ) : void
return void