C# Class ME3Explorer.ClassViewer.ClassViewer

Mostra file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
Objects List
output string

Public Methods

Method Description
AnalyzeClass ( int index ) : void
ClassViewer ( ) : System
GetFullName ( int index ) : string
GetInt ( byte buff, int pos ) : int
GetInt16 ( byte buff, int pos ) : ushort
Printf ( string s ) : void
RefreshLists ( ) : void
handleUpdate ( List updates ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
openPccToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AnalyzeClass() public method

public AnalyzeClass ( int index ) : void
index int
return void

ClassViewer() public method

public ClassViewer ( ) : System
return System

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

GetFullName() public method

public GetFullName ( int index ) : string
index int
return string

GetInt() public method

public GetInt ( byte buff, int pos ) : int
buff byte
pos int
return int

GetInt16() public method

public GetInt16 ( byte buff, int pos ) : ushort
buff byte
pos int
return ushort

Printf() public method

public Printf ( string s ) : void
s string
return void

RefreshLists() public method

public RefreshLists ( ) : void
return void

handleUpdate() public method

public handleUpdate ( List updates ) : void
updates List
return void

Property Details

Objects public_oe property

public List Objects
return List

output public_oe property

public string output
return string