Search Results for

    Show / Hide Table of Contents

    Interface IHasher

    This interface defines a Hasher.

    Namespace: Evergine.Assets.Utils
    Assembly: Evergine.Assets.dll
    Syntax
    public interface IHasher

    Properties

    WeProjFileInfo

    Gets or sets the project file information.

    Declaration
    FileInfo WeProjFileInfo { get; set; }
    Property Value
    Type Description
    FileInfo

    Methods

    CalculateFileHash(AssetItem)

    Calculates the file hash.

    Declaration
    string CalculateFileHash(AssetItem assetItem)
    Parameters
    Type Name Description
    AssetItem assetItem

    The asset item.

    Returns
    Type Description
    string

    The hash.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX