Class AliasStructure

AliasStructure class

The alias structure.

public sealed class AliasStructure : OSTypeStructure

Constructors

NameDescription
AliasStructure(ClassID)Initializes a new instance of the AliasStructure class.

Properties

NameDescription
DataLength { get; }Gets the exact data length in bytes.
FullPath { get; set; }Gets or sets the full path.
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

NameDescription
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

NameDescription
const StructureKeyIdentifies the structure key.

See Also