C# Class ME3Explorer.Property_Dumper.PropDumper

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

Méthodes publiques

Свойство Type Description
pause bool

Méthodes publiques

Méthode Description
DumpArray ( ME3Package pcc, byte raw, int pos, int depth ) : string
LetsDump ( string path ) : void
LetsDump2 ( string classname ) : void
PropDumper ( ) : System

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.

PropDumper_FormClosing ( object sender, FormClosingEventArgs e ) : void
makeDialogDumpToolStripMenuItem_Click ( object sender, EventArgs e ) : void
makePropDumpForClassToolStripMenuItem_Click ( object sender, EventArgs e ) : void
makePropDumpToolStripMenuItem_Click ( object sender, EventArgs e ) : void
pauseToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveDumpToolStripMenuItem_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

DumpArray() public méthode

public DumpArray ( ME3Package pcc, byte raw, int pos, int depth ) : string
pcc ME3Package
raw byte
pos int
depth int
Résultat string

LetsDump() public méthode

public LetsDump ( string path ) : void
path string
Résultat void

LetsDump2() public méthode

public LetsDump2 ( string classname ) : void
classname string
Résultat void

PropDumper() public méthode

public PropDumper ( ) : System
Résultat System

Property Details

pause public_oe property

public bool pause
Résultat bool