|
DllImport("KERNEL32"), System.Security.SuppressUnmanagedCodeSecurityAttribute()] private static extern int QueryPerformanceCounter(out long time)
|
|
System.Runtime.InteropServices.DllImport("kernel32"), System.Security.SuppressUnmanagedCodeSecurityAttribute()] internal static extern bool EnterTransactionScope(
|
|
Q. Any idea why the System.Security.SuppressUnmanagedCodeSecurityAttribute cannot be applied to structs? Asked by Kevin Lanos. Answered by the Wonk on March 5, 2003
|
|
See Also: SuppressUnmanagedCodeSecurityAttribute Members. System.Object System.Attribute System.Security.SuppressUnmanagedCodeSecurityAttribute
|
|
The members of System.Security.SuppressUnmanagedCodeSecurityAttribute are listed below. See Also: Inherited members from System.Attribute [ ...
|
|
SafeNativeMethods - This class suppresses stack walks for unmanaged code permission. ( System.Security.SuppressUnmanagedCodeSecurityAttribute is applied to this class.
|
|
Allows managed code to call into unmanaged code without a stack walk. This class cannot be inherited. For a list of all members of this type, see ...
|