Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
UniqueFileID ( uint TypeID, uint FileID ) |
Constructs a new instance of UniqueFileID. Used by FAR3 and DBPF archives.
|
|
UniqueFileID ( uint TypeID, uint InstanceID, uint GroupID ) |
Constructs a new instance of UniqueFileID. Used by DBPF archives.
|
public UniqueFileID ( uint TypeID, uint FileID ) | ||
TypeID | uint | TypeID of entry. |
FileID | uint | FileID of entry. |
public UniqueFileID ( uint TypeID, uint InstanceID, uint GroupID ) | ||
TypeID | uint | TypeID of entry. |
InstanceID | uint | InstanceID of entry. |
GroupID | uint | GroupID of entry. |