المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : what this means



C# Programming
02-12-2010, 01:01 AM
Hi all, i read that but don't understand it, can you illustrate it to me, pleae,,.

[SuppressUnmanagedCodeSecurityAttribute]
// Allows managed code to call into unmanaged code without a stack walk.
// 1- This attribute can be applied to methods that want to call into native
// code without incurring the performance loss of a run-time security check when doing so.
// 2- Using this attribute in a class applies it to all contained methods.


regards..,