docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class APIChangesCollector

    Inheritance
    object
    APIChangesCollector
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.APIComparison.Framework.Collectors
    Assembly: Unity.APIComparison.Framework.dll
    Syntax
    public class APIChangesCollector : IDisposable

    Methods

    Collect(string, string)

    Declaration
    public static IEnumerable<IEntityChange> Collect(string oldPath, string newPath)
    Parameters
    Type Name Description
    string oldPath
    string newPath
    Returns
    Type Description
    IEnumerable<IEntityChange>

    Collect(AssemblyInfo)

    Declaration
    public static IEnumerable<IEntityChange> Collect(APIChangesCollector.AssemblyInfo assemblyInfo)
    Parameters
    Type Name Description
    APIChangesCollector.AssemblyInfo assemblyInfo
    Returns
    Type Description
    IEnumerable<IEntityChange>

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)