C# Class Alexandria.Engines.Creation.RecordField

A field in a ModuleRecord.
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Свойство Type Description
Size ushort
StartOffset long
Type string

Méthodes publiques

Méthode Description
RecordField ( BinaryReader reader ) : System

Method Details

RecordField() public méthode

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

Property Details

Size public_oe property

public ushort Size
Résultat ushort

StartOffset public_oe property

public long StartOffset
Résultat long

Type public_oe property

public string Type
Résultat string