Class HashingMethods | Scriptable Build Pipeline | 1.7.3
docs.unity.cn
    Show / Hide Table of Contents

    Class HashingMethods

    Inheritance
    Object
    HashingMethods
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    public static class HashingMethods

    Methods

    Calculate(Object)

    Declaration
    public static RawHash Calculate(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    RawHash

    Calculate(Object[])

    Declaration
    public static RawHash Calculate(params object[] objects)
    Parameters
    Type Name Description
    Object[] objects
    Returns
    Type Description
    RawHash

    Calculate<T>(Object)

    Declaration
    public static RawHash Calculate<T>(object obj)
        where T : HashAlgorithm
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    RawHash
    Type Parameters
    Name Description
    T

    Calculate<T>(Object[])

    Declaration
    public static RawHash Calculate<T>(params object[] objects)
        where T : HashAlgorithm
    Parameters
    Type Name Description
    Object[] objects
    Returns
    Type Description
    RawHash
    Type Parameters
    Name Description
    T

    CalculateFile(String)

    Declaration
    public static RawHash CalculateFile(string filePath)
    Parameters
    Type Name Description
    String filePath
    Returns
    Type Description
    RawHash

    CalculateFile<T>(String)

    Declaration
    public static RawHash CalculateFile<T>(string filePath)
        where T : HashAlgorithm
    Parameters
    Type Name Description
    String filePath
    Returns
    Type Description
    RawHash
    Type Parameters
    Name Description
    T

    CalculateStream(Stream)

    Declaration
    public static RawHash CalculateStream(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    RawHash

    CalculateStream<T>(Stream)

    Declaration
    public static RawHash CalculateStream<T>(Stream stream)
        where T : HashAlgorithm
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    RawHash
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX