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 Function ModuleResolveEventHandler(
        ByVal sender As Object, 
        ByVal e As ResolveEventArgs) As Module  

Associated Events

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

Get VB.NET Core Classes in a Nutshell 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.