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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.