AppBaseCompilationAssemblyResolver.TryResolveAssemblyPaths Method
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.
public:
virtual bool TryResolveAssemblyPaths(Microsoft::Extensions::DependencyModel::CompilationLibrary ^ library, System::Collections::Generic::List<System::String ^> ^ assemblies);
public bool TryResolveAssemblyPaths (Microsoft.Extensions.DependencyModel.CompilationLibrary library, System.Collections.Generic.List<string>? assemblies);
abstract member TryResolveAssemblyPaths : Microsoft.Extensions.DependencyModel.CompilationLibrary * System.Collections.Generic.List<string> -> bool
override this.TryResolveAssemblyPaths : Microsoft.Extensions.DependencyModel.CompilationLibrary * System.Collections.Generic.List<string> -> bool
Public Function TryResolveAssemblyPaths (library As CompilationLibrary, assemblies As List(Of String)) As Boolean
Parameters
- library
- CompilationLibrary