C# Класс ME3Explorer.Conditionals

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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