I have two different C # applications that work simultaneously.
I would like both of them to have access to the same "instance" of the DLL (also in C #).
The DLL stores some data that I would like to return, depending on which of the two applications requests it.
My DLL is thread safe, so I was hoping it would be possible, but I'm not sure how to do this.
Any help or advice would be greatly appreciated.
c # process dll shared
Jelly amma
source share