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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.