C# 클래스 FoxKit.FormatHandlers.LocatorArray.HashManager

파일 보기 프로젝트 열기: youarebritish/FoxKitPrototype 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HashLookupTable string>.Dictionary
UsedHashes string>.Dictionary

공개 메소드들

메소드 설명
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.

메소드 상세

HashString() 공개 정적인 메소드

public static HashString ( string text ) : uint
text string
리턴 uint

OnHashIdentified() 공개 메소드

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.
리턴 void

프로퍼티 상세

HashLookupTable 공개적으로 프로퍼티

public Dictionary HashLookupTable
리턴 string>.Dictionary

UsedHashes 공개적으로 프로퍼티

public Dictionary UsedHashes
리턴 string>.Dictionary