Interface IFileDependencyResolver
Namespace: Void.Proxy.Api.Plugins.Dependencies
Assembly: Void.Proxy.Api.dll
Resolves managed and unmanaged plugin dependencies from files.
public interface IFileDependencyResolver : IDependencyResolverImplements
Methods
ResolveUnmanagedDllToPath(string)
Resolves the path of an unmanaged library.
string? ResolveUnmanagedDllToPath(string unmanagedDllName)Parameters
unmanagedDllName string
The unmanaged library name requested by the runtime.
Returns
The resolved absolute or relative library path, or null when this resolver cannot satisfy the request.