C# Class ME3Explorer.Meshplorer.MeshDatabase

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
MyParent Meshplorer
database List

Méthodes publiques

Méthode Description
GetBytes ( string str ) : byte[]
GetString ( byte bytes ) : string
MeshDatabase ( ) : System
ReadInt32 ( FileStream fs ) : int
ReadString ( FileStream fs ) : string
RefreshLists ( ) : void
TypeToString ( int type ) : string
WriteString ( FileStream fs, string s ) : 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_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
listBox2_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
loadDBToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveDBToolStripMenuItem_Click ( object sender, EventArgs e ) : void
startScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

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

GetBytes() public méthode

public GetBytes ( string str ) : byte[]
str string
Résultat byte[]

GetString() public méthode

public GetString ( byte bytes ) : string
bytes byte
Résultat string

MeshDatabase() public méthode

public MeshDatabase ( ) : System
Résultat System

ReadInt32() public méthode

public ReadInt32 ( FileStream fs ) : int
fs System.IO.FileStream
Résultat int

ReadString() public méthode

public ReadString ( FileStream fs ) : string
fs System.IO.FileStream
Résultat string

RefreshLists() public méthode

public RefreshLists ( ) : void
Résultat void

TypeToString() public méthode

public TypeToString ( int type ) : string
type int
Résultat string

WriteString() public méthode

public WriteString ( FileStream fs, string s ) : void
fs System.IO.FileStream
s string
Résultat void

Property Details

MyParent public_oe property

public Meshplorer,ME3Explorer.Meshplorer MyParent
Résultat Meshplorer

database public_oe property

public List database
Résultat List