Class APIChangesCollector
Namespace: Unity.APIComparison.Framework.Collectors
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(APIChangesCollector.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()