C# 클래스 ME3Explorer.Conditionals

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

비공개 메소드들

메소드 설명
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

메소드 상세

CalcSize() 공개 메소드

public CalcSize ( long filesize ) : void
filesize long
리턴 void

CondBool() 공개 메소드

public CondBool ( byte buffer ) : string
buffer byte
리턴 string

CondBoolExp() 공개 메소드

public CondBoolExp ( byte buffer ) : string
buffer byte
리턴 string

CondFloat() 공개 메소드

public CondFloat ( byte buffer ) : string
buffer byte
리턴 string

CondFloatExp() 공개 메소드

public CondFloatExp ( byte buffer ) : string
buffer byte
리턴 string

CondGen() 공개 메소드

public CondGen ( byte buffer ) : string
buffer byte
리턴 string

CondInt() 공개 메소드

public CondInt ( byte buffer ) : string
buffer byte
리턴 string

CondIntExp() 공개 메소드

public CondIntExp ( byte buffer ) : string
buffer byte
리턴 string

Conditionals() 공개 메소드

public Conditionals ( ) : System
리턴 System

DetectCondition() 공개 메소드

public DetectCondition ( byte buffer, bool textout ) : void
buffer byte
textout bool
리턴 void

Dispose() 보호된 메소드

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

GetBiggestID() 공개 메소드

public GetBiggestID ( ) : int
리턴 int

InitializeComponent() 공개 메소드

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

LoadFile() 공개 메소드

public LoadFile ( string path ) : void
path string
리턴 void

RefreshList() 공개 메소드

public RefreshList ( ) : void
리턴 void

ReplaceData() 공개 메소드

public ReplaceData ( byte buff, int entry ) : void
buff byte
entry int
리턴 void

SortEntries() 공개 메소드

public SortEntries ( ) : void
리턴 void

SortEntries2() 공개 메소드

public SortEntries2 ( ) : void
리턴 void

getOptFlag() 공개 메소드

public getOptFlag ( byte b ) : OptFlag
b byte
리턴 OptFlag

프로퍼티 상세

Entry 공개적으로 프로퍼티

public List Entry
리턴 List

UnknownInt16 공개적으로 프로퍼티

public int UnknownInt16
리턴 int

components 공개적으로 프로퍼티

Erforderliche Designervariable.
public System.ComponentModel.IContainer components
리턴 System.ComponentModel.IContainer

currefbool 공개적으로 프로퍼티

public List currefbool
리턴 List

currefint 공개적으로 프로퍼티

public List currefint
리턴 List

editToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

fileToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

lastsearch 공개적으로 프로퍼티

public string lastsearch
리턴 string

listBox1 공개적으로 프로퍼티

public System.Windows.Forms.ListBox listBox1
리턴 System.Windows.Forms.ListBox

mapToSVGToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem mapToSVGToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

memory 공개적으로 프로퍼티

public byte[] memory
리턴 byte[]

memsize 공개적으로 프로퍼티

public int memsize
리턴 int

menuStrip1 공개적으로 프로퍼티

public System.Windows.Forms.MenuStrip menuStrip1
리턴 System.Windows.Forms.MenuStrip

openToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

pb1 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripProgressBar pb1
리턴 System.Windows.Forms.ToolStripProgressBar

rtb1 공개적으로 프로퍼티

public System.Windows.Forms.RichTextBox rtb1
리턴 System.Windows.Forms.RichTextBox

saveToolStripMenuItem 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem
리턴 System.Windows.Forms.ToolStripMenuItem

splitContainer1 공개적으로 프로퍼티

public System.Windows.Forms.SplitContainer splitContainer1
리턴 System.Windows.Forms.SplitContainer

statusStrip1 공개적으로 프로퍼티

public System.Windows.Forms.StatusStrip statusStrip1
리턴 System.Windows.Forms.StatusStrip