ReferenceAssemblyPathResolver Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReferenceAssemblyPathResolver() | |
ReferenceAssemblyPathResolver(String, String[]) |
ReferenceAssemblyPathResolver()
public:
ReferenceAssemblyPathResolver();
public ReferenceAssemblyPathResolver ();
Public Sub New ()
Applies to
ReferenceAssemblyPathResolver(String, String[])
public:
ReferenceAssemblyPathResolver(System::String ^ defaultReferenceAssembliesPath, cli::array <System::String ^> ^ fallbackSearchPaths);
public ReferenceAssemblyPathResolver (string? defaultReferenceAssembliesPath, string[] fallbackSearchPaths);
new Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver : string * string[] -> Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver
Public Sub New (defaultReferenceAssembliesPath As String, fallbackSearchPaths As String())
Parameters
- defaultReferenceAssembliesPath
- String
- fallbackSearchPaths
- String[]
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.