Michael

Michael

  • NA
  • 1
  • 0

How to define shared data in dll created by C#

Jan 30 2008 2:21 AM
I want the managed dll (create by C#) contain shared data that can be read and written by different applications. I mean those applications able to access the unique shared data, rather than copies of the data, in the dll. But I don't know how to do it by C#.(although i know how to do this kind of thing in C++ : using '#pragma' things...).Thanks