Class PropertyStructure
PropertyStructure class
The property structure.
public sealed class PropertyStructure : OSTypeStructure
Constructors
Name | Description |
---|
PropertyStructure(ClassID, ClassID, ClassID) | Initializes a new instance of the PropertyStructure 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. |
KeyID { get; set; } | Gets or sets the key ID. |
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. |
Fields
Name | Description |
---|
const StructureKey | Identifies the structure key. |
See Also