In C#, how can I utilize share memory?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In C++, I can create a share memory that can be share by different processes to use it.
But in C#, how can I share data between process and process, ? and between AppDomain and AppDomain?

Thanks
 
Hi,

You can use .net remoting.


--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<abc.com> wrote in message In C++, I can create a share memory that can be share by different processes to use it.
But in C#, how can I share data between process and process, ? and between AppDomain and AppDomain?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top