The UserFileIOPermission Class contains the following constructors:
UserFileIOPermission()
UserFileIOPermission(int accessType)
Creates a new UserFileIOPermission object that represents the specified access types.
public UserFileIOPermission();
Creates a new UserFileIOPermission instance that allows the user to have access to specific types of file I/O.
public UserFileIOPermission(int accessType);
accessType | The access flag. This value must be READ, WRITE, or READWRITE. |