C# Class Pchp.CodeAnalysis.CommandLine.SimpleAnalyzerAssemblyLoader

Inheritance: IAnalyzerAssemblyLoader
Afficher le fichier Open project: iolevel/peachpie

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