ReflectionPermissionAttribute.ReflectionEmit Propiedad

Definición

Precaución

This permission is no longer used by the CLR.

Obtiene o establece un valor que indica si se permite el uso de determinadas características en System.Reflection.Emit, como emitir símbolos de depuración.

public:
 property bool ReflectionEmit { bool get(); void set(bool value); };
public bool ReflectionEmit { get; set; }
[System.Obsolete("This permission is no longer used by the CLR.")]
public bool ReflectionEmit { 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
Public Property ReflectionEmit As Boolean

Valor de propiedad

true si se permite el uso de las características afectadas; de lo contrario, false.

Atributos

Se aplica a