C# 클래스 HyoutaTools.Tales.Vesperia.TSS.TSSHeader

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CodeLength System.UInt32
CodeStart System.UInt32
EntryCodeStart System.UInt32
EntryPointerEnd System.UInt32
Magic System.UInt32
SectorSize System.UInt32
TextLength System.UInt32
TextStart System.UInt32

공개 메소드들

메소드 설명
Serialize ( ) : byte[]
TSSHeader ( byte Header ) : System

메소드 상세

Serialize() 공개 메소드

public Serialize ( ) : byte[]
리턴 byte[]

TSSHeader() 공개 메소드

public TSSHeader ( byte Header ) : System
Header byte
리턴 System

프로퍼티 상세

CodeLength 공개적으로 프로퍼티

public UInt32,System CodeLength
리턴 System.UInt32

CodeStart 공개적으로 프로퍼티

public UInt32,System CodeStart
리턴 System.UInt32

EntryCodeStart 공개적으로 프로퍼티

public UInt32,System EntryCodeStart
리턴 System.UInt32

EntryPointerEnd 공개적으로 프로퍼티

public UInt32,System EntryPointerEnd
리턴 System.UInt32

Magic 공개적으로 프로퍼티

public UInt32,System Magic
리턴 System.UInt32

SectorSize 공개적으로 프로퍼티

public UInt32,System SectorSize
리턴 System.UInt32

TextLength 공개적으로 프로퍼티

public UInt32,System TextLength
리턴 System.UInt32

TextStart 공개적으로 프로퍼티

public UInt32,System TextStart
리턴 System.UInt32