Class UnknownStructure
UnknownStructure class
The unknown structure.
public sealed class UnknownStructure : OSTypeStructure
Constructors
Name | Description |
---|
UnknownStructure(ClassID, int) | Initializes a new instance of the UnknownStructure class. |
Properties
Name | Description |
---|
Data { get; set; } | Gets or sets the data. |
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. |
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