|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Shared memory still not exposed via managed classes in .NET 2.0?I was looking for managed classes that exposed shared memory figuring they
would be part of the framework in 2.0. I couldn't find any. Am I just not looking in the correct place or is shared memory support still not in the product? By the way, when I was searching the .NET 2.0 SDK documentation I did see some samples that implemented their own shared memory classes. This would seem to indicate that there are no shared memory managed classes exposed by the framework. P.S. It's somewhat confusing to me which newsgroups I would be better off using. These or the ones at http://support.microsoft.com/newsgroups. The ones at the support site didn't have specific .NET topics. -- Thanks, Nick >Am I just not It's not there.>looking in the correct place or is shared memory support still not in the >product? Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. <DIV>"Mattias Sjögren" <mattias.dont.want.spam@mvps.org>
wrote in message news:uDxRR$10GHA.4580@TK2MSFTNGP05.phx.gbl...</DIV>> >Am I There is the IPC Remoting channel, which uses Named Pipes, which uses shared just not >>looking in the correct place or is shared memory support still not in the >>product? > > It's not there. > memory for Inter Process Communications. System.Runtime.Remoting.Channels.Ipc http://msdn2.microsoft.com/en-US/library/system.runtime.remoting.channels.ipc.aspx Direct use of shared memory, like direct use of local memory, still requires interop. David
Other interesting topics
|
|||||||||||||||||||||||