Class ResourceIntrospectionManifest.ResourceDiskEnum
- Namespace
- ValveResourceFormat.Blocks
- Assembly
- ValveResourceFormat.dll
Represents a resource disk enum definition.
public class ResourceIntrospectionManifest.ResourceDiskEnum
Inheritance
Inherited Members
Constructors
ResourceDiskEnum()
Initializes a new instance of the ValveResourceFormat.Blocks.ResourceIntrospectionManifest.ResourceDiskEnum class.
public ResourceDiskEnum()
Properties
DiskCrc
Gets or sets the CRC checksum of the enum on disk.
public uint DiskCrc { get; set; }
Property Value
EnumValueIntrospection
Gets the list of enum value introspection data.
public List<ResourceIntrospectionManifest.ResourceDiskEnum.Value> EnumValueIntrospection { get; }
Property Value
Id
Gets or sets the enum identifier.
public uint Id { get; set; }
Property Value
IntrospectionVersion
Gets or sets the introspection version.
public uint IntrospectionVersion { get; set; }
Property Value
Name
Gets or sets the enum name.
public string Name { get; set; }
Property Value
UserVersion
Gets or sets the user-defined version.
public int UserVersion { get; set; }
Property Value
Methods
WriteText(IndentedTextWriter)
Writes the enum as text to the provided writer.
public void WriteText(IndentedTextWriter writer)
Parameters
writer
IndentedTextWriter