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
searchPathsIEnumerable<string>List of search directories to look for source files and referenced assemblies.
frameworkPathstringLocation of .NET Framework assemblies.
baseDirectorystringThe base directory that the assembly resolver uses to probe for assemblies.