C# Class a2md.Loader

Inheritance: IAnalyzerAssemblyLoader
Exibir arquivo Open project: lodejard/AllNetCore Class Usage Examples

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 Assembly