Class APIChangesCollector
Inheritance
APIChangesCollector
Assembly: solution.dll
Syntax
public class APIChangesCollector : IDisposable
Methods
Collect(string, string)
Declaration
public static IEnumerable<IEntityChange> Collect(string oldPath, string newPath)
Parameters
Returns
Collect(AssemblyInfo)
Declaration
public static IEnumerable<IEntityChange> Collect(APIChangesCollector.AssemblyInfo assemblyInfo)
Parameters
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Implements