C# Class ME3Explorer.ClassViewer.ClassViewer

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Objects List
output string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Méthode 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 méthode

public AnalyzeClass ( int index ) : void
index int
Résultat void

ClassViewer() public méthode

public ClassViewer ( ) : System
Résultat System

Dispose() protected méthode

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

GetFullName() public méthode

public GetFullName ( int index ) : string
index int
Résultat string

GetInt() public méthode

public GetInt ( byte buff, int pos ) : int
buff byte
pos int
Résultat int

GetInt16() public méthode

public GetInt16 ( byte buff, int pos ) : ushort
buff byte
pos int
Résultat ushort

Printf() public méthode

public Printf ( string s ) : void
s string
Résultat void

RefreshLists() public méthode

public RefreshLists ( ) : void
Résultat void

handleUpdate() public méthode

public handleUpdate ( List updates ) : void
updates List
Résultat void

Property Details

Objects public_oe property

public List Objects
Résultat List

output public_oe property

public string output
Résultat string