AssemblyDependencyResolver.ResolveAssemblyToPath(AssemblyName) 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.
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
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.