Name

ModuleResolveEventHandler

Synopsis

This delegate is used as an event handler by Assembly when it cannot resolve a reference to a module that is part of an assembly. One instance in which this might occur is if one resource is not present.

public delegate Module ModuleResolveEventHandler(object sender, ResolveEventArgs e);

Associated Events

Assembly.ModuleResolve( ), System.Reflection.Emit.AssemblyBuilder.ModuleResolve( )

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.