C# Class ME3Explorer.Unreal.DLCPackage.HeaderStruct

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

public uint BlockTableOffset
return uint

CompressionScheme public property

public char[] CompressionScheme
return char[]

DataOffset public property

public uint DataOffset
return uint

EntryOffset public property

public uint EntryOffset
return uint

FileCount public property

public uint FileCount
return uint

Magic public property

public uint Magic
return uint

MaxBlockSize public property

public uint MaxBlockSize
return uint

Version public property

public uint Version
return uint