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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.