Class EnumeratedReferenceStructure

EnumeratedReferenceStructure class

Enumerated reference structure.

public sealed class EnumeratedReferenceStructure : EnumeratedDescriptorStructure

Constructors

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

Properties

NameDescription
ClassID { get; set; }Gets or sets the class ID.
ClassName { get; set; }Gets or sets the class name.
EnumName { get; set; }Gets or sets the enum name.
override Key { get; }Gets the key.
KeyName { get; set; }Gets or sets the key name.
override Length { get; }Gets the OSTypeStructure length in bytes.
TypeID { get; set; }Gets or sets the type ID.

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 EnumeratedStructureKeyIdentifies the structure key.

See Also