Class SpecialDependency
Namespace: ValveResourceFormat.Blocks.ResourceEditInfoStructs
Assembly: ValveResourceFormat.dll
Represents a special dependency.
csharp
public class SpecialDependencyInheritance
Constructors
SpecialDependency(BinaryReader)
Initializes a new instance of the class from a binary reader.
csharp
public SpecialDependency(BinaryReader reader)Parameters
reader BinaryReader
SpecialDependency(KVObject)
Initializes a new instance of the class from a KV object.
csharp
public SpecialDependency(KVObject data)Parameters
data KVObject
Properties
CompilerIdentifier
Gets or sets the compiler identifier.
csharp
public string CompilerIdentifier { get; set; }Property Value
Fingerprint
Gets or sets the fingerprint.
csharp
public uint Fingerprint { get; set; }Property Value
String
Gets or sets the string value.
csharp
public string String { get; set; }Property Value
UserData
Gets or sets the user data.
csharp
public uint UserData { get; set; }
