AssemblyDependencyResolver.ResolveUnmanagedDllToPath(String) 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 a native library with the given name based on the component's dependencies.
public:
System::String ^ ResolveUnmanagedDllToPath(System::String ^ unmanagedDllName);
public string? ResolveUnmanagedDllToPath (string unmanagedDllName);
member this.ResolveUnmanagedDllToPath : string -> string
Public Function ResolveUnmanagedDllToPath (unmanagedDllName As String) As String
Parameters
- unmanagedDllName
- String
The name of the native library to resolve.
Returns
The path to a native library with the given name from the component's deps.json file and the current runtime identifier, 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.