C# Class Peachpie.NETCore.Compiler.Tools.Program.SimpleAnalyzerAssemblyLoader

Inheritance: Microsoft.CodeAnalysis.IAnalyzerAssemblyLoader
Exibir arquivo Open project: iolevel/peachpie

Public Methods

Method Description
AddDependencyLocation ( string fullPath ) : void
LoadFromPath ( string fullPath ) : System.Reflection.Assembly

Method Details

AddDependencyLocation() public method

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

LoadFromPath() public method

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