Interface IHasher
This interfaces defines a Hasher.
Namespace: Evergine.Assets.Utils
Assembly: Evergine.Assets.dll
Syntax
public interface IHasher
Properties
WeProjFileInfo
Gets or sets the weprojFileInfo.
Declaration
FileInfo WeProjFileInfo { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
Methods
CalculateFileHash(AssetItem)
Calculate the file hash.
Declaration
string CalculateFileHash(AssetItem assetItem)
Parameters
Type | Name | Description |
---|---|---|
AssetItem | assetItem | The asset item. |
Returns
Type | Description |
---|---|
string | The hash. |