0
Answer

How to define shared data in dll created by C#

Ask a question
Michael

Michael

16y
2.3k
1
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