Class DescriptorStructure
DescriptorStructure class
The descriptor structure
public class DescriptorStructure : OSTypeStructure
Constructors
| Name | Description |
|---|
| DescriptorStructure(ClassID, ClassID, string, OSTypeStructure[]) | Initializes a new instance of the DescriptorStructure class. |
Properties
| Name | Description |
|---|
| 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. |
| Structures { get; set; } | Gets or sets a copy of an array of structures. |
Methods
| Name | Description |
|---|
| override 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
| Name | Description |
|---|
| const StructureKey | Identifies the structure key. |
See Also