ReflectionPermissionAttribute::ReflectionEmit Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Return to top
Gets or sets a value that indicates whether use of certain features in System.Reflection.Emit, such as emitting debug symbols, is allowed.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("This permission is no longer used by the CLR.")] property bool ReflectionEmit { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if use of the affected features is allowed; otherwise, false.
Note |
|---|
Starting with the .NET Framework 2.0 Service Pack 1, emitting code no longer requires ReflectionPermission with the ReflectionPermissionFlag::ReflectionEmit flag. Some features of reflection emit, such as emitting debug symbols, still require the ReflectionPermissionFlag::ReflectionEmit flag. (See Security Issues in Reflection Emit.) To use this functionality, your application should target the .NET Framework 3.5 or later. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
