MethodBuilder.IsSecuritySafeCritical 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在所有情况下均引发 NotSupportedException。
public:
virtual property bool IsSecuritySafeCritical { bool get(); };
public override bool IsSecuritySafeCritical { get; }
member this.IsSecuritySafeCritical : bool
Public Overrides ReadOnly Property IsSecuritySafeCritical As Boolean
属性值
在所有情况下均引发 NotSupportedException。
例外
在所有情况下。 动态程序集中不支持此属性。
注解
若要确定动态程序集中的方法是否为安全关键方法,请通过调用 TypeBuilder.CreateType来完成类型,对完成的类型调用 GetMethod 方法,并获取 IsSecuritySafeCritical 生成的 MethodInfo上的 属性。