CodeAccessPermission.RevertDeny 方法
定义
注意
此 API 现已过时。
注意
Deny is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.
public:
static void RevertDeny();
[System.Obsolete]
public static void RevertDeny ();
public static void RevertDeny ();
[System.Obsolete("Deny is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
public static void RevertDeny ();
[System.Diagnostics.Conditional("FEATURE_MONO_CAS")]
public static void RevertDeny ();
[<System.Obsolete>]
static member RevertDeny : unit -> unit
static member RevertDeny : unit -> unit
[<System.Obsolete("Deny is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")>]
static member RevertDeny : unit -> unit
[<System.Diagnostics.Conditional("FEATURE_MONO_CAS")>]
static member RevertDeny : unit -> unit
Public Shared Sub RevertDeny ()
- 属性
例外
注解
如果 Deny 当前帧没有, ExecutionEngineException 则会引发。If there is no Deny for the current frame, an ExecutionEngineException is thrown.