Table of Contents

Class SpecialDependency

Namespace
ValveResourceFormat.Blocks.ResourceEditInfoStructs
Assembly
ValveResourceFormat.dll

Represents a special dependency.

public class SpecialDependency

Inheritance

Inherited Members

Constructors

SpecialDependency(BinaryReader)

Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfoStructs.SpecialDependency class from a binary reader.

public SpecialDependency(BinaryReader reader)

Parameters

reader BinaryReader

SpecialDependency(KVObject)

Initializes a new instance of the ValveResourceFormat.Blocks.ResourceEditInfoStructs.SpecialDependency class from a KV object.

public SpecialDependency(KVObject data)

Parameters

data KVObject

Properties

CompilerIdentifier

Gets or sets the compiler identifier.

public string CompilerIdentifier { get; set; }

Property Value

string

Fingerprint

Gets or sets the fingerprint.

public uint Fingerprint { get; set; }

Property Value

uint

String

Gets or sets the string value.

public string String { get; set; }

Property Value

string

UserData

Gets or sets the user data.

public uint UserData { get; set; }

Property Value

uint