StreamAccess Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of access.
This enumeration supports a bitwise combination of its member values.
public enum class StreamAccess
public enum class StreamAccess
enum StreamAccess
[System.Flags]
public enum StreamAccess
[<System.Flags>]
type StreamAccess =
Public Enum StreamAccess
- Inheritance
-
StreamAccess
- Attributes
Fields
Name | Value | Description |
---|---|---|
Read | 1 | Specifies read access to the stream |
Write | 2 | Specifies write access to the stream |
ReadWrite | 3 | Specifies read/write access to the stream |