Class HashingMethods | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class HashingMethods

    Inheritance
    System.Object
    HashingMethods
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    public static class HashingMethods

    Methods

    Calculate(Object)

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

    Calculate(Object[])

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

    Calculate<T>(Object)

    Declaration
    public static RawHash Calculate<T>(object obj)where T : HashAlgorithm
    Parameters
    Type Name Description
    System.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
    System.Object[] objects
    Returns
    Type Description
    RawHash
    Type Parameters
    Name Description
    T

    CalculateFile(String)

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

    CalculateFile<T>(String)

    Declaration
    public static RawHash CalculateFile<T>(string filePath)where T : HashAlgorithm
    Parameters
    Type Name Description
    System.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
    In This Article
    • Methods
      • Calculate(Object)
      • Calculate(Object[])
      • Calculate<T>(Object)
      • Calculate<T>(Object[])
      • CalculateFile(String)
      • CalculateFile<T>(String)
      • CalculateStream(Stream)
      • CalculateStream<T>(Stream)
    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