Class PdbHash
- Namespace
- AsmResolver.Symbols.Pdb.Metadata
- Assembly
- AsmResolver.Symbols.Pdb.dll
Provides methods for computing hash codes for a PDB hash table.
public static class PdbHash
- Inheritance
-
PdbHash
- Inherited Members
Methods
ComputeV1(Utf8String)
Computes the V1 hash code for a UTF-8 string.
public static uint ComputeV1(Utf8String value)
Parameters
value
Utf8StringThe string to compute the hash for.
Returns
- uint
The hash code.
Remarks
See PDB/include/misc.h for reference implementation.