Search code examples
.netcomc++-cliinteropinterprocess

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


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+/DCOM can do?


Solution

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