C# Class VSEmbed.Roslyn.RoslynSetup.AnalyzerLoader

Inheritance: IAnalyzerAssemblyLoader
显示文件 Open project: SLaks/VSEmbed

Public Methods

Method Description
AddDependencyLocation ( string fullPath ) : void
LoadFromPath ( string fullPath ) : Assembly

Method Details

AddDependencyLocation() public method

public AddDependencyLocation ( string fullPath ) : void
fullPath string
return void

LoadFromPath() public method

public LoadFromPath ( string fullPath ) : Assembly
fullPath string
return System.Reflection.Assembly