Mono Class Library: System.Security.Permissions.ReflectionPermission Overview | MembersSystem.Security.Permissions.ReflectionPermission.Intersect Method |
Returns a new System.Security.Permissions.ReflectionPermission object that is the intersection of the current instance and the specified object. [Edit]
|
- target
- A System.Security.Permissions.ReflectionPermission instance to intersect with the current instance. [Edit]
A new System.Security.Permissions.ReflectionPermission instance that represents the intersection of the current instance and target. If the intersection is empty, returns null. If target is null, returns null . [Edit]
Type Reason ArgumentException The target parameter is not null and is not an instance of System.Security.Permissions.ReflectionPermission . [Edit]
Note:[Edit]The intersection of two permissions is a permission that secures the resources and operations secured by both permissions. Specifically, it represents the minimum permission such that any demand that passes both permissions will also pass their intersection.
This method overrides System.Security.CodeAccessPermission.Intersect(System.Security.IPermission) and is implemented to support the System.Security.IPermission interface.
Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0