invalidFunctionPointerInDelegate MDA
Note
This article is specific to .NET Framework. It doesn't apply to newer implementations of .NET, including .NET 6 and later versions.
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.
Symptoms
Access violations or unexpected memory corruption when using a delegate over a function pointer.
Cause
An invalid function pointer was specified.
Resolution
Specify a valid function pointer
Effect on the Runtime
This MDA has no effect on the CLR.
Output
The invalid function pointer.
Configuration
<mdaConfig>
<assistants>
<invalidFunctionPointerInDelegate />
</assistants>
</mdaConfig>
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.