G
Guest
How can I supress runtime security checks in a mixed-mode C++ assembly?
SuppressUnmanagedCodeSecurityAttribute apparently only works for P/Invoke
and COM interop.
I've got a somewhat chatty interface and can clearly see these checks being
made using PerfMon. In this context I can't reduce the chattiness...
Ideas?
Nick Hodapp
SuppressUnmanagedCodeSecurityAttribute apparently only works for P/Invoke
and COM interop.
I've got a somewhat chatty interface and can clearly see these checks being
made using PerfMon. In this context I can't reduce the chattiness...
Ideas?
Nick Hodapp