I have two different C# applications that are running at the same time.
I would like both of them to be able to access the same "instance" of a DLL (also in C#).
The DLL holds some data that I'd like to return to whichever of the two applications is asking for it.
My DLL is thread-safe so I was hoping this would be possible but I'm not sure how.
Any help or advice would be much appreciated.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…