Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream When using NuGet 3.x this package requires at least version 3.4.
dotnet add package System.IO.Pipes --version 4.3.0
Install-Package System.IO.Pipes -Version 4.3.0
| 包名 | 版本要求 |
|---|---|
| Microsoft.NETCore.Platforms | [1.1.0, ) |
| runtime.native.System | [4.3.0, ) |
| System.Buffers | [4.3.0, ) |
| System.Diagnostics.Debug | [4.3.0, ) |
| System.IO | [4.3.0, ) |
| System.IO.FileSystem.Primitives | [4.3.0, ) |
| System.Net.Primitives | [4.3.0, ) |
| System.Net.Sockets | [4.3.0, ) |
| System.Reflection | [4.3.0, ) |
| System.Resources.ResourceManager | [4.3.0, ) |
| System.Runtime | [4.3.0, ) |
| System.Runtime.Extensions | [4.3.0, ) |
| System.Runtime.Handles | [4.3.0, ) |
| System.Runtime.InteropServices | [4.3.0, ) |
| System.Security.Principal | [4.3.0, ) |
| System.Text.Encoding | [4.3.0, ) |
| System.Threading | [4.3.0, ) |
| System.Threading.Overlapped | [4.3.0, ) |
| System.Threading.Tasks | [4.3.0, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2016-11-15 23:46:13 |
| 项目主页 | https://dot.net/ |
| 许可证 | http://go.microsoft.com/fwlink/?LinkId=329770 |