开发者

C++/CLI equivalent of COM 'out-of-process' server

开发者 https://www.devze.com 2023-02-21 11:00 出处:网络
Caused by my problem here the following question occured to me: Is it possible to produce a C++/CLI (or more general .NET) assembly without using COM wrappers as an assembly running out-of-process an

Caused by my problem here the following question occured to me:

Is it possible to produce a C++/CLI (or more general .NET) assembly without using COM wrappers as an assembly running out-of-process and able to cross bitness boundaries between 'host' and 'client' in a similar way COM+开发者_如何学JAVA/DCOM can do?


What you're looking for is probably .NET Framework Remoting.

0

精彩评论

暂无评论...
验证码 换一张
取 消