C# 클래스 Henchmen.Lua.Function.Header

파일 보기 프로젝트 열기: henchmeninteractive/HenchLua

공개 프로퍼티들

프로퍼티 타입 설명
Format byte
IsLittleEndian bool
NumbersAreInts bool
Signature uint
SizeOfInstruction byte
SizeOfInt byte
SizeOfNumber byte
SizeOfSizeT byte
Tail ulong
Version byte

공개 메소드들

메소드 설명
ExpectedHeader ( ) : Header
Load ( Stream stream ) : Header

비공개 메소드들

메소드 설명
LoadStr ( Stream stream, int n ) : ulong
ReadByte ( Stream stream ) : byte

메소드 상세

ExpectedHeader() 공개 정적인 메소드

public static ExpectedHeader ( ) : Header
리턴 Header

Load() 공개 정적인 메소드

public static Load ( Stream stream ) : Header
stream Stream
리턴 Header

프로퍼티 상세

Format 공개적으로 프로퍼티

public byte Format
리턴 byte

IsLittleEndian 공개적으로 프로퍼티

public bool IsLittleEndian
리턴 bool

NumbersAreInts 공개적으로 프로퍼티

public bool NumbersAreInts
리턴 bool

Signature 공개적으로 프로퍼티

public uint Signature
리턴 uint

SizeOfInstruction 공개적으로 프로퍼티

public byte SizeOfInstruction
리턴 byte

SizeOfInt 공개적으로 프로퍼티

public byte SizeOfInt
리턴 byte

SizeOfNumber 공개적으로 프로퍼티

public byte SizeOfNumber
리턴 byte

SizeOfSizeT 공개적으로 프로퍼티

public byte SizeOfSizeT
리턴 byte

Tail 공개적으로 프로퍼티

public ulong Tail
리턴 ulong

Version 공개적으로 프로퍼티

public byte Version
리턴 byte