C# Class UDKExplorer.UDK.UDKObject

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
ExportCount int
Exports List
Header byte[]
ImportCount int
Imports List
NameCount int
Names List
_HeaderOff int
fz FreeZone

Méthodes publiques

Méthode 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

Méthode 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 méthode

public FollowLink ( int Link ) : string
Link int
Résultat string

GetClass() public méthode

public GetClass ( int Index ) : string
Index int
Résultat string

GetName() public méthode

public GetName ( int Index ) : string
Index int
Résultat string

ReadInt32() public méthode

public ReadInt32 ( FileStream fs, int pos ) : int
fs FileStream
pos int
Résultat int

SaveToFile() public méthode

public SaveToFile ( string path ) : void
path string
Résultat void

UDKObject() public méthode

public UDKObject ( ) : System
Résultat System

UDKObject() public méthode

public UDKObject ( string path ) : System
path string
Résultat System

isExport() public méthode

public isExport ( int Index ) : bool
Index int
Résultat bool

isImport() public méthode

public isImport ( int Index ) : bool
Index int
Résultat bool

isName() public méthode

public isName ( int Index ) : bool
Index int
Résultat bool

Property Details

ExportCount public_oe property

public int ExportCount
Résultat int

Exports public_oe property

public List Exports
Résultat List

Header public_oe property

public byte[] Header
Résultat byte[]

ImportCount public_oe property

public int ImportCount
Résultat int

Imports public_oe property

public List Imports
Résultat List

NameCount public_oe property

public int NameCount
Résultat int

Names public_oe property

public List Names
Résultat List

_HeaderOff public_oe property

public int _HeaderOff
Résultat int

fz public_oe property

public FreeZone fz
Résultat FreeZone