Groups | Blog | Home
all groups > dotnet faqs > july 2006 >

dotnet faqs : In C#, how can I utilize share memory?


AA
7/14/2006 10:10:22 PM
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

Thomas Scheidegger [MVP]
7/16/2006 7:46:56 PM
[quoted text, click to view]

..NET has Remoting for communication between processes.

If you need 'shared memory', you have to use PInvoke like:
http://www.winterdom.com/dev/dotnet/index.html

search more
http://www.google.com/search?q=C%23+%22shared+memory%22




--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/

AddThis Social Bookmark Button