The invalidFunctionPointerInDelegate managed debugging assistant (MDA) is activated when an invalid function pointer is passed in to construct a delegate over a native function pointer.
Access violations or unexpected memory corruption when using a delegate over a function pointer.
An invalid function pointer was specified.
Specify a valid function pointer
This MDA has no effect on the CLR.
The invalid function pointer.
<mdaConfig> <assistants> <invalidFunctionPointerInDelegate enable="false" /> </assistants> </mdaConfig>