Struct APIChangesCollector.AssemblyInfo
Assembly: solution.dll
Syntax
public struct APIChangesCollector.AssemblyInfo
Fields
Declaration
public IEnumerable<string> BaseAssemblyExtraSearchFolders
Field Value
BaseAssemblyPath
Declaration
public string BaseAssemblyPath
Field Value
CurrentAssemblyPath
Declaration
public string CurrentAssemblyPath
Field Value
Declaration
public IEnumerable<string> CurrentExtraSearchFolders
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
The fully qualified type name.
|
Overrides