Type Summary

						CF
						public sealed class FileIOPermissionAttribute : CodeAccessSecurityAttribute
{
  // Constructors
  CF
						public FileIOPermissionAttribute(SecurityAction action)

  // Properties
  CF
						public string All { get; set;  }
  CF
						public string Append { get; set;  }
  CF
						public string PathDiscovery { get; set;  }
  CF
						public string Read { get; set;  }
  CF
						public string Write { get; set;  }

  // Methods
  CF
						public override IPermission CreatePermission ();
}

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.