C# Class Alexandria.Engines.Creation.RecordHeader

Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags RecordFlags
Id FormId
Revision uint
Size uint
StartOffset long
Type string
Unknown ushort
Version ushort

Méthodes publiques

Méthode Description
OpenReader ( BinaryReader reader ) : RecordReader
RecordHeader ( BinaryReader reader ) : System
RequireType ( string type ) : void
ToString ( ) : string
UnknownRecordException ( ) : Exception

Method Details

OpenReader() public méthode

public OpenReader ( BinaryReader reader ) : RecordReader
reader System.IO.BinaryReader
Résultat RecordReader

RecordHeader() public méthode

public RecordHeader ( BinaryReader reader ) : System
reader System.IO.BinaryReader
Résultat System

RequireType() public méthode

public RequireType ( string type ) : void
type string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UnknownRecordException() public méthode

public UnknownRecordException ( ) : Exception
Résultat System.Exception

Property Details

Flags public_oe property

public RecordFlags Flags
Résultat RecordFlags

Id public_oe property

public FormId Id
Résultat FormId

Revision public_oe property

public uint Revision
Résultat uint

Size public_oe property

Size of the data in bytes.
public uint Size
Résultat uint

StartOffset public_oe property

public long StartOffset
Résultat long

Type public_oe property

Type of the record.
public string Type
Résultat string

Unknown public_oe property

public ushort Unknown
Résultat ushort

Version public_oe property

public ushort Version
Résultat ushort