C# Class Pchp.CodeAnalysis.CommandLine.SimpleAnalyzerAssemblyLoader

Inheritance: IAnalyzerAssemblyLoader
Mostra file Open project: iolevel/peachpie

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