Interface IAnalyzerAssemblyLoader
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IAnalyzerAssemblyLoader
Methods
AddDependencyLocation(string)
Declaration
void AddDependencyLocation(string fullPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fullPath |
LoadFromPath(string)
Declaration
Assembly LoadFromPath(string fullPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fullPath |
Returns
| Type | Description |
|---|---|
| Assembly |