Table of Contents

Interface IAssemblyResolveHelper

Namespace
Whipstaff.Runtime.AppDomains
Assembly
Whipstaff.Runtime.dll

Helper for dealing with unresolved assemblies triggered by AssemblyResolve.

public interface IAssemblyResolveHelper

Methods

OnAssemblyResolve(object?, ResolveEventArgs)

Handles the AssemblyResolve event.

Assembly? OnAssemblyResolve(object? sender, ResolveEventArgs args)

Parameters

sender object

The source of the event.

args ResolveEventArgs

The event data.

Returns

Assembly

The assembly that resolves the type, assembly, or resource; or null if the assembly cannot be resolved.