shared memory
i want to know how i can create and use shared memory using c#
i want to know how i can create and use shared memory using c#
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