Mono Class Library: Overview

System.Security.Permissions.FileIOPermission: Members

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

See Also: Inherited members from System.Security.CodeAccessPermission

Public Constructors

Constructs and initializes a new instance of the System.Security.Permissions.FileIOPermission class with the specified System.Security.Permissions.PermissionState value.
Constructs and initializes a new instance of the System.Security.Permissions.FileIOPermission class with the specified access to the specified file or directory.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

AllFilesFileIOPermissionAccess. Documentation for this section has not yet been entered.
AllLocalFilesFileIOPermissionAccess. Documentation for this section has not yet been entered.

Public Methods

AddPathList(FileIOPermissionAccess, string)
Documentation for this section has not yet been entered.
AddPathList(FileIOPermissionAccess, string[])
Documentation for this section has not yet been entered.
override
Copy() : System.Security.IPermission
Returns a new System.Security.Permissions.FileIOPermission object containing the same values as the current instance.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
FromXml(System.Security.SecurityElement)
Reconstructs the state of a System.Security.Permissions.FileIOPermission object using the specified XML encoding.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetPathList(FileIOPermissionAccess) : string[]
Documentation for this section has not yet been entered.
override
Intersect(System.Security.IPermission) : System.Security.IPermission
Returns a new System.Security.Permissions.FileIOPermission 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.
SetPathList(FileIOPermissionAccess, string)
Documentation for this section has not yet been entered.
SetPathList(FileIOPermissionAccess, string[])
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.FileIOPermission 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.