C# 클래스 Alexandria.Engines.Creation.RecordHeader

파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Flags RecordFlags
Id FormId
Revision uint
Size uint
StartOffset long
Type string
Unknown ushort
Version ushort

공개 메소드들

메소드 설명
OpenReader ( BinaryReader reader ) : RecordReader
RecordHeader ( BinaryReader reader ) : System
RequireType ( string type ) : void
ToString ( ) : string
UnknownRecordException ( ) : Exception

메소드 상세

OpenReader() 공개 메소드

public OpenReader ( BinaryReader reader ) : RecordReader
reader System.IO.BinaryReader
리턴 RecordReader

RecordHeader() 공개 메소드

public RecordHeader ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System

RequireType() 공개 메소드

public RequireType ( string type ) : void
type string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnknownRecordException() 공개 메소드

public UnknownRecordException ( ) : Exception
리턴 System.Exception

프로퍼티 상세

Flags 공개적으로 프로퍼티

public RecordFlags Flags
리턴 RecordFlags

Id 공개적으로 프로퍼티

public FormId Id
리턴 FormId

Revision 공개적으로 프로퍼티

public uint Revision
리턴 uint

Size 공개적으로 프로퍼티

Size of the data in bytes.
public uint Size
리턴 uint

StartOffset 공개적으로 프로퍼티

public long StartOffset
리턴 long

Type 공개적으로 프로퍼티

Type of the record.
public string Type
리턴 string

Unknown 공개적으로 프로퍼티

public ushort Unknown
리턴 ushort

Version 공개적으로 프로퍼티

public ushort Version
리턴 ushort