C# Class FoxKit.FormatHandlers.LocatorArray.HashManager

显示文件 Open project: youarebritish/FoxKitPrototype Class Usage Examples

Public Properties

Property Type Description
HashLookupTable string>.Dictionary
UsedHashes string>.Dictionary

Public Methods

Method 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 method

public static HashString ( string text ) : uint
text string
return uint

OnHashIdentified() public method

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.
return void

Property Details

HashLookupTable public_oe property

public Dictionary HashLookupTable
return string>.Dictionary

UsedHashes public_oe property

public Dictionary UsedHashes
return string>.Dictionary