AppBaseCompilationAssemblyResolver.TryResolveAssemblyPaths Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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