C# Class ME3Explorer.AnimationExplorer.AnimationExplorer

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

Méthodes publiques

Свойство Type Description
AS List
AT List
filenames List

Méthodes publiques

Méthode Description
AnimationExplorer ( ) : System
GetBytes ( string str ) : byte[]
GetRootIndex ( TreeNode t ) : int
GetString ( byte bytes ) : string
LoadPcc ( string s ) : void
ReadString ( FileStream fs ) : string
RefreshLists ( ) : void
WriteString ( FileStream fs, string s ) : 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.

exportToPSAToolStripMenuItem_Click ( object sender, EventArgs e ) : void
importFromPSAToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listBox1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
loadDBToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openPccToolStripMenuItem_Click ( object sender, EventArgs e ) : void
reScan ( ) : void
saveDBToolStripMenuItem_Click ( object sender, EventArgs e ) : void
startScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AnimationExplorer() public méthode

public AnimationExplorer ( ) : 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

GetBytes() public méthode

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

GetRootIndex() public méthode

public GetRootIndex ( TreeNode t ) : int
t TreeNode
Résultat int

GetString() public méthode

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

LoadPcc() public méthode

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

ReadString() public méthode

public ReadString ( FileStream fs ) : string
fs FileStream
Résultat string

RefreshLists() public méthode

public RefreshLists ( ) : void
Résultat void

WriteString() public méthode

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

handleUpdate() public méthode

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

Property Details

AS public_oe property

public List AS
Résultat List

AT public_oe property

public List AT
Résultat List

filenames public_oe property

public List filenames
Résultat List