Class OffsetStructure

OffsetStructure class

The offset structure.

public sealed class OffsetStructure : OSTypeStructure

Constructors

NameDescription
OffsetStructure(ClassID, ClassID)Initializes a new instance of the OffsetStructure class.

Properties

NameDescription
ClassID { get; set; }Gets or sets the class ID.
ClassName { get; set; }Gets or sets the class name.
override Key { get; }Gets the structure key.
KeyName { get; set; }Gets or sets the key name.
override Length { get; }Gets the OSTypeStructure length in bytes.
Value { get; set; }Gets or sets the integer value.

Methods

NameDescription
virtual GetHeaderLength()Gets the header length.
Save(StreamContainer)Saves the structure to the specified stream container.
SaveWithoutKeyName(StreamContainer)Saves the structure to the specified stream container.

Fields

NameDescription
const StructureKeyIdentifies the structure key.

See Also