AppBaseCompilationAssemblyResolver.TryResolveAssemblyPaths Method

Definition

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);
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

assemblies
List<String>

Returns

Implements

Applies to