System.Security.Permissions.ReflectionPermissionAttribute.RestrictedMemberAccess Property

Gets or sets a value that indicates whether restricted invocation of non-public members is allowed. Restricted invocation means that the grant set of the assembly that contains the non-public member that is being invoked must be equal to, or a subset of, the grant set of the invoking assembly.

Syntax

public bool RestrictedMemberAccess { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

This property is introduced in the net_v20sp1_long. To use this property, your application should target the net_v35_long or later.

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0