C# Class ME3Explorer.Property_Dumper.PropDumper

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
pause bool

Public Methods

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

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.

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 method

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

DumpArray() public method

public DumpArray ( ME3Package pcc, byte raw, int pos, int depth ) : string
pcc ME3Package
raw byte
pos int
depth int
return string

LetsDump() public method

public LetsDump ( string path ) : void
path string
return void

LetsDump2() public method

public LetsDump2 ( string classname ) : void
classname string
return void

PropDumper() public method

public PropDumper ( ) : System
return System

Property Details

pause public_oe property

public bool pause
return bool