Skip to content

Interface IFileDependencyResolver

Namespace: Void.Proxy.Api.Plugins.Dependencies
Assembly: Void.Proxy.Api.dll

Resolves managed and unmanaged plugin dependencies from files.

public interface IFileDependencyResolver : IDependencyResolver

Implements

IDependencyResolver

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

string?

The resolved absolute or relative library path, or null when this resolver cannot satisfy the request.