ReflectionPermissionAttribute.ReflectionEmit Propriedade

Definição

Cuidado

ReflectionPermissionAttribute.ReflectionEmit has been deprecated and is not supported.

Cuidado

This permission is no longer used by the CLR.

Cuidado

Essa API foi preterida.

Obtém ou define um valor que indica se o uso de determinados recursos em System.Reflection.Emit, como emitir símbolos de depuração, é permitido.

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

Valor da propriedade

true se o uso dos recursos afetados for permitido; caso contrário, false.

Atributos

Aplica-se a