C# Class VSEmbed.Roslyn.RoslynSetup.AnalyzerLoader

Inheritance: IAnalyzerAssemblyLoader
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode Description
AddDependencyLocation ( string fullPath ) : void
LoadFromPath ( string fullPath ) : Assembly

Method Details

AddDependencyLocation() public méthode

public AddDependencyLocation ( string fullPath ) : void
fullPath string
Résultat void

LoadFromPath() public méthode

public LoadFromPath ( string fullPath ) : Assembly
fullPath string
Résultat System.Reflection.Assembly