C# Class ME3Explorer.Conditionals

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

Public Properties

Property Type Description
Entry List
UnknownInt16 int
components System.ComponentModel.IContainer
currefbool List
currefint List
editToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
lastsearch string
listBox1 System.Windows.Forms.ListBox
mapToSVGToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
memory byte[]
memsize int
menuStrip1 System.Windows.Forms.MenuStrip
openToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
pb1 System.Windows.Forms.ToolStripProgressBar
rtb1 System.Windows.Forms.RichTextBox
saveToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
splitContainer1 System.Windows.Forms.SplitContainer
statusStrip1 System.Windows.Forms.StatusStrip

Public Methods

Method Description
CalcSize ( long filesize ) : void
CondBool ( byte buffer ) : string
CondBoolExp ( byte buffer ) : string
CondFloat ( byte buffer ) : string
CondFloatExp ( byte buffer ) : string
CondGen ( byte buffer ) : string
CondInt ( byte buffer ) : string
CondIntExp ( byte buffer ) : string
Conditionals ( ) : System
DetectCondition ( byte buffer, bool textout ) : void
GetBiggestID ( ) : int
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

LoadFile ( string path ) : void
RefreshList ( ) : void
ReplaceData ( byte buff, int entry ) : void
SortEntries ( ) : void
SortEntries2 ( ) : void
getOptFlag ( byte b ) : OptFlag

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
CreateLine ( int x1, int y1, int x2, int y2 ) : string
CreateRect ( int x, int y, int w, int h ) : string
CreateText ( int x, int y, string s ) : string
ReadArray ( FileStream fs, uint pos, uint len ) : byte[]
ReadInt16 ( FileStream fs ) : int
ReadInt32 ( FileStream fs ) : int
cloneToolStripMenuItem1_Click ( object sender, EventArgs e ) : void
deleteToolStripMenuItem_Click ( object sender, EventArgs e ) : void
editExpressionToolStripMenuItem_Click ( object sender, EventArgs e ) : void
editIDToolStripMenuItem_Click ( object sender, EventArgs e ) : void
forIDToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listBox1_SelectedIndexChanged_1 ( object sender, EventArgs e ) : void
mapToSVGToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void
searchAgainToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

CalcSize() public method

public CalcSize ( long filesize ) : void
filesize long
return void

CondBool() public method

public CondBool ( byte buffer ) : string
buffer byte
return string

CondBoolExp() public method

public CondBoolExp ( byte buffer ) : string
buffer byte
return string

CondFloat() public method

public CondFloat ( byte buffer ) : string
buffer byte
return string

CondFloatExp() public method

public CondFloatExp ( byte buffer ) : string
buffer byte
return string

CondGen() public method

public CondGen ( byte buffer ) : string
buffer byte
return string

CondInt() public method

public CondInt ( byte buffer ) : string
buffer byte
return string

CondIntExp() public method

public CondIntExp ( byte buffer ) : string
buffer byte
return string

Conditionals() public method

public Conditionals ( ) : System
return System

DetectCondition() public method

public DetectCondition ( byte buffer, bool textout ) : void
buffer byte
textout bool
return void

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

GetBiggestID() public method

public GetBiggestID ( ) : int
return int

InitializeComponent() public method

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
public InitializeComponent ( ) : void
return void

LoadFile() public method

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

RefreshList() public method

public RefreshList ( ) : void
return void

ReplaceData() public method

public ReplaceData ( byte buff, int entry ) : void
buff byte
entry int
return void

SortEntries() public method

public SortEntries ( ) : void
return void

SortEntries2() public method

public SortEntries2 ( ) : void
return void

getOptFlag() public method

public getOptFlag ( byte b ) : OptFlag
b byte
return OptFlag

Property Details

Entry public_oe property

public List Entry
return List

UnknownInt16 public_oe property

public int UnknownInt16
return int

components public_oe property

Erforderliche Designervariable.
public System.ComponentModel.IContainer components
return System.ComponentModel.IContainer

currefbool public_oe property

public List currefbool
return List

currefint public_oe property

public List currefint
return List

editToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

fileToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

lastsearch public_oe property

public string lastsearch
return string

listBox1 public_oe property

public System.Windows.Forms.ListBox listBox1
return System.Windows.Forms.ListBox

mapToSVGToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem mapToSVGToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

memory public_oe property

public byte[] memory
return byte[]

memsize public_oe property

public int memsize
return int

menuStrip1 public_oe property

public System.Windows.Forms.MenuStrip menuStrip1
return System.Windows.Forms.MenuStrip

openToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

pb1 public_oe property

public System.Windows.Forms.ToolStripProgressBar pb1
return System.Windows.Forms.ToolStripProgressBar

rtb1 public_oe property

public System.Windows.Forms.RichTextBox rtb1
return System.Windows.Forms.RichTextBox

saveToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

splitContainer1 public_oe property

public System.Windows.Forms.SplitContainer splitContainer1
return System.Windows.Forms.SplitContainer

statusStrip1 public_oe property

public System.Windows.Forms.StatusStrip statusStrip1
return System.Windows.Forms.StatusStrip