Class StringStructure

StringStructure class

The string structure.

public sealed class StringStructure : OSTypeStructure

Constructors

NameDescription
StringStructure(ClassID)Initializes a new instance of the StringStructure class.
StringStructure(ClassID, string)Initializes a new instance of the StringStructure class with value.

Properties

NameDescription
override Key { get; }Gets the 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 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