C# 클래스 HyoutaTools.Other.PSP.GIM.EndOfImageSection

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

공개 프로퍼티들

프로퍼티 타입 설명
EndOfImageAddress uint
PartSize uint
Type ushort
Unknown ushort
Unknown2 uint

공개 메소드들

메소드 설명
EndOfImageSection ( byte File, int Offset ) : System
GetPartSize ( ) : uint
Recalculate ( int NewFilesize ) : void
Serialize ( ) : byte[]

메소드 상세

EndOfImageSection() 공개 메소드

public EndOfImageSection ( byte File, int Offset ) : System
File byte
Offset int
리턴 System

GetPartSize() 공개 메소드

public GetPartSize ( ) : uint
리턴 uint

Recalculate() 공개 메소드

public Recalculate ( int NewFilesize ) : void
NewFilesize int
리턴 void

Serialize() 공개 메소드

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

프로퍼티 상세

EndOfImageAddress 공개적으로 프로퍼티

public uint EndOfImageAddress
리턴 uint

PartSize 공개적으로 프로퍼티

public uint PartSize
리턴 uint

Type 공개적으로 프로퍼티

public ushort Type
리턴 ushort

Unknown 공개적으로 프로퍼티

public ushort Unknown
리턴 ushort

Unknown2 공개적으로 프로퍼티

public uint Unknown2
리턴 uint