Enum StreamAccessMode
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Defines constants for read, write access to a stream.
public enum StreamAccessMode
Fields
Read = 0
Read access to the stream. Data can be read from the stream.
Write = 1
Write access to the stream. Data can be written to the stream.