ReflectionPermissionAttribute.ReflectionEmit Property

Definition

Caution

This permission is no longer used by the CLR.

Gets or sets a value that indicates whether use of certain features in System.Reflection.Emit, such as emitting debug symbols, is allowed.

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

Property Value

true if use of the affected features is allowed; otherwise, false.

Attributes

Applies to