ReflectionPermissionAttribute::TypeInformation 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 reflection on members that are not visible is allowed.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] property bool TypeInformation { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if reflection on members that are not visible is allowed; otherwise, false.
This property is now obsolete. Reflecting on the metadata of members that are not visible no longer requires ReflectionPermission.
.NET Framework
Available since 1.1
Available since 1.1
Show: