ReflectionPermissionAttribute.ReflectionEmit Propriété

Définition

Attention

ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.

Attention

This permission is no longer used by the CLR.

Attention

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

Obtient ou définit une valeur qui indique si l’utilisation de certaines fonctionnalités dans System.Reflection.Emit, telles que l’émission de symboles de débogage, est autorisée.

public:
 property bool ReflectionEmit { bool get(); void set(bool value); };
[System.Obsolete("ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.")]
public bool ReflectionEmit { get; set; }
public bool ReflectionEmit { get; set; }
[System.Obsolete("This permission is no longer used by the CLR.")]
public bool ReflectionEmit { get; set; }
[System.Obsolete]
public bool ReflectionEmit { get; set; }
[<System.Obsolete("ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.")>]
member this.ReflectionEmit : bool with get, set
member this.ReflectionEmit : bool with get, set
[<System.Obsolete("This permission is no longer used by the CLR.")>]
member this.ReflectionEmit : bool with get, set
[<System.Obsolete>]
member this.ReflectionEmit : bool with get, set
Public Property ReflectionEmit As Boolean

Valeur de propriété

true si l’utilisation des fonctionnalités affectées est autorisée ; sinon, false.

Attributs

S’applique à