Table of Contents

Class ResourceExtRefList.ResourceReferenceInfo

Namespace
ValveResourceFormat.Blocks
Assembly
ValveResourceFormat.dll

Represents an external resource reference.

public class ResourceExtRefList.ResourceReferenceInfo

Inheritance

Inherited Members

Properties

Id

Gets or sets the resource id.

public ulong Id { get; set; }

Property Value

ulong

Name

Gets or sets the resource name.

public string Name { get; set; }

Property Value

string

Methods

WriteText(IndentedTextWriter)

Writes the resource reference info as text.

public void WriteText(IndentedTextWriter writer)

Parameters

writer IndentedTextWriter