Enum StreamAccessMode
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.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.