ReflectionPermissionAttribute.ReflectionEmit Eigenschaft

Definition

Achtung

ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.

Achtung

This permission is no longer used by the CLR.

Achtung

Diese API ist nun veraltet.

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Verwendung bestimmter Features in System.Reflection.Emit, z. B. das Senden von Debugsymbolen, zulässig ist.

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

Eigenschaftswert

truewenn die Nutzung der betroffenen Features zulässig ist; andernfalls . false

Attribute

Gilt für: