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

