C# Class UDKExplorer.UDK.UDKObject

Datei anzeigen Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
ExportCount int
Exports List
Header byte[]
ImportCount int
Imports List
NameCount int
Names List
_HeaderOff int
fz FreeZone

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

FollowLink() public method

public FollowLink ( int Link ) : string
Link int
return string

GetClass() public method

public GetClass ( int Index ) : string
Index int
return string

GetName() public method

public GetName ( int Index ) : string
Index int
return string

ReadInt32() public method

public ReadInt32 ( FileStream fs, int pos ) : int
fs FileStream
pos int
return int

SaveToFile() public method

public SaveToFile ( string path ) : void
path string
return void

UDKObject() public method

public UDKObject ( ) : System
return System

UDKObject() public method

public UDKObject ( string path ) : System
path string
return System

isExport() public method

public isExport ( int Index ) : bool
Index int
return bool

isImport() public method

public isImport ( int Index ) : bool
Index int
return bool

isName() public method

public isName ( int Index ) : bool
Index int
return bool

Property Details

ExportCount public_oe property

public int ExportCount
return int

Exports public_oe property

public List Exports
return List

Header public_oe property

public byte[] Header
return byte[]

ImportCount public_oe property

public int ImportCount
return int

Imports public_oe property

public List Imports
return List

NameCount public_oe property

public int NameCount
return int

Names public_oe property

public List Names
return List

_HeaderOff public_oe property

public int _HeaderOff
return int

fz public_oe property

public FreeZone fz
return FreeZone