Table of Contents

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

uint

EnumValueIntrospection

Gets the list of enum value introspection data.

public List<ResourceIntrospectionManifest.ResourceDiskEnum.Value> EnumValueIntrospection { get; }

Property Value

List<ResourceIntrospectionManifest.ResourceDiskEnum.Value>

Id

Gets or sets the enum identifier.

public uint Id { get; set; }

Property Value

uint

IntrospectionVersion

Gets or sets the introspection version.

public uint IntrospectionVersion { get; set; }

Property Value

uint

Name

Gets or sets the enum name.

public string Name { get; set; }

Property Value

string

UserVersion

Gets or sets the user-defined version.

public int UserVersion { get; set; }

Property Value

int

Methods

WriteText(IndentedTextWriter)

Writes the enum as text to the provided writer.

public void WriteText(IndentedTextWriter writer)

Parameters

writer IndentedTextWriter