Class OSTypeStructure
OSTypeStructure class
Represents the OS type structure.
public abstract class OSTypeStructure
Constructors
Name | Description |
---|
OSTypeStructure(ClassID) | Initializes a new instance of the OSTypeStructure class. |
Properties
Name | Description |
---|
abstract Key { get; } | Gets the structure key. |
KeyName { get; set; } | Gets or sets the key name. |
abstract Length { get; } | Gets the OSTypeStructure length in bytes. |
Methods
Name | Description |
---|
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. |
See Also