SuppressUnmanagedCodeSecurity At Class Level

Posted by Michael Covelli on Stack Overflow See other posts from Stack Overflow or by Michael Covelli
Published on 2010-03-21T22:33:33Z Indexed on 2010/03/21 23:51 UTC
Read the original article Hit count: 351

Filed under:
|
|
|
|

If I add the [SuppressUnmanagedCodeSecurity()] attribute to a class, is it equivalent to adding it to each function in the class?

© Stack Overflow or respective owner

Related posts about c#

Related posts about unmanaged