C# 클래스 UDKExplorer.UDK.UDKObject

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

공개 프로퍼티들

프로퍼티 타입 설명
ExportCount int
Exports List
Header byte[]
ImportCount int
Imports List
NameCount int
Names List
_HeaderOff int
fz FreeZone

공개 메소드들

메소드 설명
FollowLink ( int Link ) : string
GetClass ( int Index ) : string
GetName ( int Index ) : string
ReadInt32 ( FileStream fs, int pos ) : int
SaveToFile ( string path ) : void
UDKObject ( ) : System
UDKObject ( string path ) : System
isExport ( int Index ) : bool
isImport ( int Index ) : bool
isName ( int Index ) : bool

비공개 메소드들

메소드 설명
ReadExports ( FileStream fs ) : void
ReadFile ( FileStream file ) : void
ReadFreeZone ( FileStream fs ) : void
ReadHeader ( FileStream fs ) : void
ReadImports ( FileStream fs ) : void
ReadNames ( FileStream fs ) : void
WriteFile ( FileStream file ) : void

메소드 상세

FollowLink() 공개 메소드

public FollowLink ( int Link ) : string
Link int
리턴 string

GetClass() 공개 메소드

public GetClass ( int Index ) : string
Index int
리턴 string

GetName() 공개 메소드

public GetName ( int Index ) : string
Index int
리턴 string

ReadInt32() 공개 메소드

public ReadInt32 ( FileStream fs, int pos ) : int
fs FileStream
pos int
리턴 int

SaveToFile() 공개 메소드

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

UDKObject() 공개 메소드

public UDKObject ( ) : System
리턴 System

UDKObject() 공개 메소드

public UDKObject ( string path ) : System
path string
리턴 System

isExport() 공개 메소드

public isExport ( int Index ) : bool
Index int
리턴 bool

isImport() 공개 메소드

public isImport ( int Index ) : bool
Index int
리턴 bool

isName() 공개 메소드

public isName ( int Index ) : bool
Index int
리턴 bool

프로퍼티 상세

ExportCount 공개적으로 프로퍼티

public int ExportCount
리턴 int

Exports 공개적으로 프로퍼티

public List Exports
리턴 List

Header 공개적으로 프로퍼티

public byte[] Header
리턴 byte[]

ImportCount 공개적으로 프로퍼티

public int ImportCount
리턴 int

Imports 공개적으로 프로퍼티

public List Imports
리턴 List

NameCount 공개적으로 프로퍼티

public int NameCount
리턴 int

Names 공개적으로 프로퍼티

public List Names
리턴 List

_HeaderOff 공개적으로 프로퍼티

public int _HeaderOff
리턴 int

fz 공개적으로 프로퍼티

public FreeZone fz
리턴 FreeZone