PipeDirection 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 direction of the pipe.
public enum class PipeDirection
public enum PipeDirection
[System.Serializable]
public enum PipeDirection
type PipeDirection =
[<System.Serializable>]
type PipeDirection =
Public Enum PipeDirection
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
In | 1 | Specifies that the pipe direction is in. |
Out | 2 | Specifies that the pipe direction is out. |
InOut | 3 | Specifies that the pipe direction is two-way. |
Remarks
Anonymous pipes must have a pipe direction of In
or Out
. PipeDirection.InOut
is not supported by anonymous pipes because they are defined to be one-way only.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.