C# Class ME3Explorer.Unreal.DLCPackage.HeaderStruct

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
BlockTableOffset uint
CompressionScheme char[]
DataOffset uint
EntryOffset uint
FileCount uint
Magic uint
MaxBlockSize uint
Version uint

Public Methods

Method Description
Serialize ( SerializingFile con ) : void
ToTree ( ) : TreeNode

Method Details

Serialize() public method

public Serialize ( SerializingFile con ) : void
con SerializingFile
return void

ToTree() public method

public ToTree ( ) : TreeNode
return System.Windows.Forms.TreeNode

Property Details

BlockTableOffset public_oe property

public uint BlockTableOffset
return uint

CompressionScheme public_oe property

public char[] CompressionScheme
return char[]

DataOffset public_oe property

public uint DataOffset
return uint

EntryOffset public_oe property

public uint EntryOffset
return uint

FileCount public_oe property

public uint FileCount
return uint

Magic public_oe property

public uint Magic
return uint

MaxBlockSize public_oe property

public uint MaxBlockSize
return uint

Version public_oe property

public uint Version
return uint