我们什么时候需要使用.NET Remoting?

发布于 2024-09-05 20:43:03 字数 57 浏览 2 评论 0原文

我们什么时候需要使用.NET Remoting? .NET Remoting 中的序列化用法是什么?

When do we need to use .NET Remoting? What is the Serialization usage in .NET Remoting?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

┈┾☆殇 2024-09-12 20:43:03

如果需要远程透明调用函数。可序列化对象必须用作参数,因为它们需要在线路的另一侧重建。

If you need to remotely and transparently call functions. Serializable objects must be used as arguments because they need to be reconstructed on the other side of the line.

一个人练习一个人 2024-09-12 20:43:03

.NET Remoting 用于不同 AppDomains上下文进程,或者您可以使用它在两个 .NET 进程之间进行通信。

.NET Remoting is used for communication between diffrent AppDomains or Contexts in a .NET Process or you can use it for communication between two .NET Processes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文