C# 클래스 ME3Explorer.ClassViewer.ClassViewer

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Objects List
output string

공개 메소드들

메소드 설명
AnalyzeClass ( int index ) : void
ClassViewer ( ) : System
GetFullName ( int index ) : string
GetInt ( byte buff, int pos ) : int
GetInt16 ( byte buff, int pos ) : ushort
Printf ( string s ) : void
RefreshLists ( ) : void
handleUpdate ( List updates ) : void

보호된 메소드들

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

Verwendete Ressourcen bereinigen.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
openPccToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

AnalyzeClass() 공개 메소드

public AnalyzeClass ( int index ) : void
index int
리턴 void

ClassViewer() 공개 메소드

public ClassViewer ( ) : System
리턴 System

Dispose() 보호된 메소드

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

GetFullName() 공개 메소드

public GetFullName ( int index ) : string
index int
리턴 string

GetInt() 공개 메소드

public GetInt ( byte buff, int pos ) : int
buff byte
pos int
리턴 int

GetInt16() 공개 메소드

public GetInt16 ( byte buff, int pos ) : ushort
buff byte
pos int
리턴 ushort

Printf() 공개 메소드

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

RefreshLists() 공개 메소드

public RefreshLists ( ) : void
리턴 void

handleUpdate() 공개 메소드

public handleUpdate ( List updates ) : void
updates List
리턴 void

프로퍼티 상세

Objects 공개적으로 프로퍼티

public List Objects
리턴 List

output 공개적으로 프로퍼티

public string output
리턴 string