C# Class ME3Explorer.Meshplorer.MeshDatabase

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
MyParent Meshplorer
database List

Public Methods

Method 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

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_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 method

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

GetBytes() public method

public GetBytes ( string str ) : byte[]
str string
return byte[]

GetString() public method

public GetString ( byte bytes ) : string
bytes byte
return string

MeshDatabase() public method

public MeshDatabase ( ) : System
return System

ReadInt32() public method

public ReadInt32 ( FileStream fs ) : int
fs System.IO.FileStream
return int

ReadString() public method

public ReadString ( FileStream fs ) : string
fs System.IO.FileStream
return string

RefreshLists() public method

public RefreshLists ( ) : void
return void

TypeToString() public method

public TypeToString ( int type ) : string
type int
return string

WriteString() public method

public WriteString ( FileStream fs, string s ) : void
fs System.IO.FileStream
s string
return void

Property Details

MyParent public_oe property

public Meshplorer,ME3Explorer.Meshplorer MyParent
return Meshplorer

database public_oe property

public List database
return List