Specifies the level of
access permitted for a file that is already in use.
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum FileShare
Member Name | Description |
---|
Delete | Documentation for this section has not yet been entered. |
Inheritable | Documentation for this section has not yet been entered. |
None | Specifies that the file cannot be accessed by
additional threads. |
Read | Specifies that additional threads can
share read access to the file. This value does not determine whether such
access is granted, however. |
ReadWrite | Specifies that additional threads can
share read and/or write access to the file. This value does not determine whether
such access is granted, however. |
Write |
Specifies that additional threads can share write access to the file. This value does
not determine whether such access is granted, however.
|
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0