C# Class FoxKit.FormatHandlers.LocatorArray.HashManager

Afficher le fichier Open project: youarebritish/FoxKitPrototype Class Usage Examples

Méthodes publiques

Свойство Type Description
HashLookupTable string>.Dictionary
UsedHashes string>.Dictionary

Méthodes publiques

Méthode Description
HashString ( string text ) : uint
OnHashIdentified ( uint hashValue, string stringLiteral ) : void

Whenever a hash is identified, keep track of it so we can output a list of all matching hashes.

Method Details

HashString() public static méthode

public static HashString ( string text ) : uint
text string
Résultat uint

OnHashIdentified() public méthode

Whenever a hash is identified, keep track of it so we can output a list of all matching hashes.
public OnHashIdentified ( uint hashValue, string stringLiteral ) : void
hashValue uint Hash value that was matched.
stringLiteral string String literal the hashValue matches.
Résultat void

Property Details

HashLookupTable public_oe property

public Dictionary HashLookupTable
Résultat string>.Dictionary

UsedHashes public_oe property

public Dictionary UsedHashes
Résultat string>.Dictionary