コード例 #1
0
 internal static bool IsSecurityCritical(IRuntimeMethodInfo method)
 {
     return(RuntimeMethodHandle._IsSecurityCritical(method));
 }