Constructor AssemblyReferenceResolver
AssemblyReferenceResolver(IEnumerable<string>, string, string)
Initializes a new instance of the AssemblyReferenceResolver
class with specified parameters.
public AssemblyReferenceResolver(IEnumerable<string> searchPaths, string frameworkPath, string baseDirectory)
Parameters
searchPaths
IEnumerable<string>List of search directories to look for source files and referenced assemblies.
frameworkPath
stringLocation of .NET Framework assemblies.
baseDirectory
stringThe base directory that the assembly resolver uses to probe for assemblies.