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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา