嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#通信总结 含管道通信的代码
Microsoft .Net Remoting C#中怎么调用WinAPI函数 C 与C#进程通信案例 c#下管道通信代码
.
├── C#通信总结 含管道通信的代码
│ ├── C#中怎么调用WinAPI函数.doc
│ ├── C#动态生成控件以及添加事件处理.doc
│ ├── C 与C#进程通信案例[附源码].doc
│ ├── Microsoft .Net Remoting.doc
│ └── NamedPipeLib
│ ├── Client
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sender.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Client.exe
│ │ │ ├── Client.pdb
│ │ │ ├── Client.vshost.exe
│ │ │ ├── NamedPipeLib.dll
│ │ │ └── NamedPipeLib.pdb
│ │ └── obj
│ │ ├── Client.csproj.FileList.txt
│ │ ├── Debug
│ │ │ ├── Client.exe
│ │ │ ├── Client.pdb
│ │ │ └── TempPE
│ │ └── Sender.csproj.FileList.txt
│ ├── NamedPipeLib
│ │ ├── NamedPipeLib.csproj
│ │ ├── NamedPipeNative.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── NamedPipeLib.dll
│ │ │ └── NamedPipeLib.pdb
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── NamedPipeLib.dll
│ │ │ ├── NamedPipeLib.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── NamedPipeLib.csproj.FileList.txt
│ ├── NamedPipeLib.sln
│ ├── NamedPipeLib.suo
│ └── Server
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Receiver.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── NamedPipeLib.dll
│ │ ├── NamedPipeLib.pdb
│ │ ├── Server.exe
│ │ ├── Server.pdb
│ │ └── Server.vshost.exe
│ └── obj
│ ├── Debug
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── Server.exe
│ │ ├── Server.pdb
│ │ └── TempPE
│ ├── Receiver.csproj.FileList.txt
│ └── Server.csproj.FileList.txt
└── 好例子网_C#通信总结含管道通信的代码.rar
24 directories, 40 files