The methods of System.Security.Permissions.FileIOPermission are listed below. For a list of all members, see the FileIOPermission Members list.
See Also: Inherited members from System.Security.CodeAccessPermission
AddPathList(FileIOPermissionAccess, string) Documentation for this section has not yet been entered.AddPathList(FileIOPermissionAccess, string[]) Documentation for this section has not yet been entered. overrideCopy() : System.Security.IPermission Returns a new System.Security.Permissions.FileIOPermission object containing the same values as the current instance. overrideEquals(object) : bool Documentation for this section has not yet been entered. overrideFromXml(System.Security.SecurityElement) Reconstructs the state of a System.Security.Permissions.FileIOPermission object using the specified XML encoding. overrideGetHashCode() : int Documentation for this section has not yet been entered.GetPathList(FileIOPermissionAccess) : string[] Documentation for this section has not yet been entered. overrideIntersect(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. overrideIsSubsetOf(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. overrideToXml() : System.Security.SecurityElement Returns the XML encoding of the current instance. overrideUnion(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.