Represents the method that will handle the Assembly.ModuleResolve event of an System.Reflection.Assembly.
- sender
- Documentation for this section has not yet been entered.
- e
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
If the common language runtime class loader cannot resolve a reference to an internal module of an assembly through normal means, this event is raised. The event handler for this delegate must locate and return a module that satisfies the request.