StreamAccess Enum

Definition

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

Read 1

Specifies read access to the stream

ReadWrite 3

Specifies read/write access to the stream

Write 2

Specifies write access to the stream

Applies to