C# Class HyoutaTools.Tales.Vesperia.TSS.TSSHeader

Show file Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
CodeLength System.UInt32
CodeStart System.UInt32
EntryCodeStart System.UInt32
EntryPointerEnd System.UInt32
Magic System.UInt32
SectorSize System.UInt32
TextLength System.UInt32
TextStart System.UInt32

Public Methods

Method Description
Serialize ( ) : byte[]
TSSHeader ( byte Header ) : System

Method Details

Serialize() public method

public Serialize ( ) : byte[]
return byte[]

TSSHeader() public method

public TSSHeader ( byte Header ) : System
Header byte
return System

Property Details

CodeLength public property

public UInt32,System CodeLength
return System.UInt32

CodeStart public property

public UInt32,System CodeStart
return System.UInt32

EntryCodeStart public property

public UInt32,System EntryCodeStart
return System.UInt32

EntryPointerEnd public property

public UInt32,System EntryPointerEnd
return System.UInt32

Magic public property

public UInt32,System Magic
return System.UInt32

SectorSize public property

public UInt32,System SectorSize
return System.UInt32

TextLength public property

public UInt32,System TextLength
return System.UInt32

TextStart public property

public UInt32,System TextStart
return System.UInt32