ReflectionPermissionAttribute.ReflectionEmit Proprietà

Definizione

Attenzione

ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.

Attenzione

This permission is no longer used by the CLR.

Attenzione

Questa API è ora deprecata.

Ottiene o imposta un valore che indica se è consentito l'uso di determinate funzionalità in System.Reflection.Emit, ad esempio la creazione di simboli di debug.

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

Valore della proprietà

true se l'uso delle funzionalità interessate è consentito; in caso contrario, false.

Attributi

Si applica a