shared memory

i want to know how i can create and use shared memory using c#

[77 byte] By [ganh] at [2008-1-10]
# 1

Hi, ganh

If you are not looking for some kind of native wrapper, the .NET Remoting is one of your choices. It has the IPC channel with which you can do what you want:

http://msdn2.microsoft.com/en-US/library/system.runtime.remoting.channels.ipc.aspx

Best Regards

Chunsheng Tang

ChunshengTang-MSFT at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...