C# Class UDKExplorer.UDK.UDKObject

Show file 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 property

public int ExportCount
return int

Exports public property

public List Exports
return List

Header public property

public byte[] Header
return byte[]

ImportCount public property

public int ImportCount
return int

Imports public property

public List Imports
return List

NameCount public property

public int NameCount
return int

Names public property

public List Names
return List

_HeaderOff public property

public int _HeaderOff
return int

fz public property

public FreeZone fz
return FreeZone