Class HashingMethods | Scriptable Build Pipeline | 1.5.10
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023