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