Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如我在问题中提到的,DDE & WCF & WMI & WFP 有什么区别?我什么时候应该使用每个人。我在谷歌搜索了很多,但我没有明白这一点。
它们之间是否有任何交集或共同作用?
DDE 是 Windows 中用于进程间通信的旧模型。
WCF 是用于构建网络应用程序的 .NET 框架。
WMI 是 Windows 驱动程序模型的扩展,它允许获取有关硬件的通知或信息。