AssemblyDependencyResolver.ResolveAssemblyToPath(AssemblyName) Method

Definition

Resolves a path to an assembly with the given assembly name based on the component's dependencies.

public:
 System::String ^ ResolveAssemblyToPath(System::Reflection::AssemblyName ^ assemblyName);
public string? ResolveAssemblyToPath (System.Reflection.AssemblyName assemblyName);
member this.ResolveAssemblyToPath : System.Reflection.AssemblyName -> string
Public Function ResolveAssemblyToPath (assemblyName As AssemblyName) As String

Parameters

assemblyName
AssemblyName

The assembly name to resolve.

Returns

The path to an assembly with the given name from the component's deps.json file, or null if the assembly does not exist in the deps.json file or is not on disk in the location specified by the deps.json file.

Applies to