Class IntegerStructure
IntegerStructure class
The integer structure.
public sealed class IntegerStructure : OSTypeStructure
Constructors
| Name | Description |
|---|
| IntegerStructure(ClassID) | Initializes a new instance of the IntegerStructure class. |
Properties
| Name | Description |
|---|
| 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 an integer value. |
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
See Also