ReflectionPermissionAttribute::TypeInformation Property

 
Note: This API is now obsolete.

Gets or sets a value that indicates whether reflection on members that are not visible is allowed.

Namespace:   System.Security.Permissions
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::Boolean

true 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
Return to top
Show: