Mono Class Library: Overview

System.Security.Permissions.ReflectionPermission: Members

The members of System.Security.Permissions.ReflectionPermission are listed below.

See Also: Inherited members from System.Security.CodeAccessPermission

Public Constructors

Documentation for this section has not yet been entered.
Constructs and initializes a new instance of the System.Security.Permissions.ReflectionPermission class with the specified access.

Public Properties

FlagsReflectionPermissionFlag. Documentation for this section has not yet been entered.

Public Methods

override
Copy() : System.Security.IPermission
Returns a new System.Security.Permissions.ReflectionPermission object containing the same values as the current instance.
override
FromXml(System.Security.SecurityElement)
Reconstructs the state of a System.Security.Permissions.ReflectionPermission object using the specified XML encoding.
override
Intersect(System.Security.IPermission) : System.Security.IPermission
Returns a new System.Security.Permissions.ReflectionPermission object that is the intersection of the current instance and the specified object.
override
IsSubsetOf(System.Security.IPermission) : bool
Determines whether the current instance is a subset of the specified object.
IsUnrestricted() : bool
Documentation for this section has not yet been entered.
override
ToXml() : System.Security.SecurityElement
Returns the XML encoding of the current instance.
override
Union(System.Security.IPermission) : System.Security.IPermission
Returns a new System.Security.Permissions.ReflectionPermission object that is the union of the current instance and the specified object.

Explicitly Implemented Interface Members

System.Security.Permissions.IBuiltInPermission.GetTokenIndexDocumentation for this section has not yet been entered.