CodeAccessPermission.RevertDeny Méthode

Définition

Attention

Cette API est à présent déconseillée.

Attention

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.

Entraîne la suppression définitive de tout Deny() antérieur pour le frame actuel.

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.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
Public Shared Sub RevertDeny ()
Attributs

Exceptions

Il n’existe pas d’Deny() antérieur pour le frame actuel.

Remarques

S’il n’y en a pas Deny pour l’image actuelle, une ExecutionEngineException exception est levée.

S’applique à