Hi,

Does anyone know how to have a shared segment in a c# dll?? Im trying to share the values of some variables in a dll accross two different exes.
Theres heaps of stuff on doing it in c++ but can find anything on c#.

c++ uses:

pragma# data_seg(".shared")

Any ideas would be appreciated.