C# 클래스 ME3Explorer.AssetExplorer

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

공개 프로퍼티들

프로퍼티 타입 설명
StatusLabel System.Windows.Forms.ToolStripStatusLabel
TV1 System.Windows.Forms.TreeView
backToOvervieToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
clip System.Windows.Forms.Clipboard
contextMenuStrip1 System.Windows.Forms.ContextMenuStrip
currentPCC string
editToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
extractToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
extractToolStripMenuItem1 System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem1 System.Windows.Forms.ToolStripMenuItem
imageList1 System.Windows.Forms.ImageList
imageList2 System.Windows.Forms.ImageList
listView1 System.Windows.Forms.ListView
menuStrip1 System.Windows.Forms.MenuStrip
openExternalPccToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
openFileDialog System.Windows.Forms.OpenFileDialog
openInPackageEditorToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
panelImage System.Windows.Forms.Panel
pathBIOGame string
pathCooked string
pathME3exe string
pb1 System.Windows.Forms.ToolStripProgressBar
pictureBox System.Windows.Forms.PictureBox
playToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
previewToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
rtb1 System.Windows.Forms.RichTextBox
soundsToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
splitContainer1 System.Windows.Forms.SplitContainer
splitContainer2 System.Windows.Forms.SplitContainer
status System.Windows.Forms.StatusStrip
stopToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
textureToolStripMenuItem System.Windows.Forms.ToolStripMenuItem

공개 메소드들

메소드 설명
AssetExplorer ( ) : System
CopyArray ( byte arr ) : byte[]
ExtractSound ( ) : void
FindNode ( TreeNode t, string s ) : System.Windows.Forms.TreeNode[]
GeneratePccTree ( ) : void
InitializeComponent ( ) : void

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

LoadFile ( string s ) : void
LoadFileNames ( ) : void
LoadMe ( ) : void
PlaySound ( ) : void
Print ( int i ) : void
Print ( string s ) : void
Println ( int i ) : void
Println ( string s ) : void
SetStatus ( string s ) : void

보호된 메소드들

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

Verwendete Ressourcen bereinigen.

비공개 메소드들

메소드 설명
TV1_AfterSelect ( object sender, TreeViewEventArgs e ) : void
TV1_DoubleClick ( object sender, EventArgs e ) : void
backToOvervieToolStripMenuItem_Click ( object sender, EventArgs e ) : void
extractToolStripMenuItem1_Click ( object sender, EventArgs e ) : void
extractToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listView1_DoubleClick ( object sender, EventArgs e ) : void
listView1_MouseClick ( object sender, MouseEventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
makeModToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openExternalPccToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openInPackageEditorToolStripMenuItem_Click ( object sender, EventArgs e ) : void
panelImage_Click ( object sender, EventArgs e ) : void
panelImage_Paint ( object sender, PaintEventArgs e ) : void
pictureBox_Click ( object sender, EventArgs e ) : void
playToolStripMenuItem_Click ( object sender, EventArgs e ) : void
previewToolStripMenuItem_Click ( object sender, EventArgs e ) : void
removeTopImageToolStripMenuItem_Click ( object sender, EventArgs e ) : void
stopToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

AssetExplorer() 공개 메소드

public AssetExplorer ( ) : System
리턴 System

CopyArray() 공개 메소드

public CopyArray ( byte arr ) : byte[]
arr byte
리턴 byte[]

Dispose() 보호된 메소드

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

ExtractSound() 공개 메소드

public ExtractSound ( ) : void
리턴 void

FindNode() 공개 메소드

public FindNode ( TreeNode t, string s ) : System.Windows.Forms.TreeNode[]
t System.Windows.Forms.TreeNode
s string
리턴 System.Windows.Forms.TreeNode[]

GeneratePccTree() 공개 메소드

public GeneratePccTree ( ) : void
리턴 void

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 s ) : void
s string
리턴 void

LoadFileNames() 공개 메소드

public LoadFileNames ( ) : void
리턴 void

LoadMe() 공개 메소드

public LoadMe ( ) : void
리턴 void

PlaySound() 공개 메소드

public PlaySound ( ) : void
리턴 void

Print() 공개 메소드

public Print ( int i ) : void
i int
리턴 void

Print() 공개 메소드

public Print ( string s ) : void
s string
리턴 void

Println() 공개 메소드

public Println ( int i ) : void
i int
리턴 void

Println() 공개 메소드

public Println ( string s ) : void
s string
리턴 void

SetStatus() 공개 메소드

public SetStatus ( string s ) : void
s string
리턴 void

프로퍼티 상세

StatusLabel 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripStatusLabel StatusLabel
리턴 System.Windows.Forms.ToolStripStatusLabel

TV1 공개적으로 프로퍼티

public System.Windows.Forms.TreeView TV1
리턴 System.Windows.Forms.TreeView

backToOvervieToolStripMenuItem 공개적으로 프로퍼티

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

clip 공개적으로 프로퍼티

public Clipboard,System.Windows.Forms clip
리턴 System.Windows.Forms.Clipboard

contextMenuStrip1 공개적으로 프로퍼티

public System.Windows.Forms.ContextMenuStrip contextMenuStrip1
리턴 System.Windows.Forms.ContextMenuStrip

currentPCC 공개적으로 프로퍼티

public string currentPCC
리턴 string

editToolStripMenuItem 공개적으로 프로퍼티

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

extractToolStripMenuItem 공개적으로 프로퍼티

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

extractToolStripMenuItem1 공개적으로 프로퍼티

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

fileToolStripMenuItem 공개적으로 프로퍼티

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

fileToolStripMenuItem1 공개적으로 프로퍼티

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

imageList1 공개적으로 프로퍼티

public System.Windows.Forms.ImageList imageList1
리턴 System.Windows.Forms.ImageList

imageList2 공개적으로 프로퍼티

public System.Windows.Forms.ImageList imageList2
리턴 System.Windows.Forms.ImageList

listView1 공개적으로 프로퍼티

public System.Windows.Forms.ListView listView1
리턴 System.Windows.Forms.ListView

menuStrip1 공개적으로 프로퍼티

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

openExternalPccToolStripMenuItem 공개적으로 프로퍼티

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

openFileDialog 공개적으로 프로퍼티

public System.Windows.Forms.OpenFileDialog openFileDialog
리턴 System.Windows.Forms.OpenFileDialog

openInPackageEditorToolStripMenuItem 공개적으로 프로퍼티

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

panelImage 공개적으로 프로퍼티

public System.Windows.Forms.Panel panelImage
리턴 System.Windows.Forms.Panel

pathBIOGame 공개적으로 프로퍼티

public string pathBIOGame
리턴 string

pathCooked 공개적으로 프로퍼티

public string pathCooked
리턴 string

pathME3exe 공개적으로 프로퍼티

public string pathME3exe
리턴 string

pb1 공개적으로 프로퍼티

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

pictureBox 공개적으로 프로퍼티

public System.Windows.Forms.PictureBox pictureBox
리턴 System.Windows.Forms.PictureBox

playToolStripMenuItem 공개적으로 프로퍼티

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

previewToolStripMenuItem 공개적으로 프로퍼티

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

rtb1 공개적으로 프로퍼티

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

soundsToolStripMenuItem 공개적으로 프로퍼티

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

splitContainer1 공개적으로 프로퍼티

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

splitContainer2 공개적으로 프로퍼티

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

status 공개적으로 프로퍼티

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

stopToolStripMenuItem 공개적으로 프로퍼티

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

textureToolStripMenuItem 공개적으로 프로퍼티

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