.NET Global singleton class - TechRepublic
General discussion
May 3, 2006 at 01:30 AM
superciccio

.NET Global singleton class

by superciccio . Updated 16 years, 7 months ago

Can I create a Singleton class in a global assembly that is shared among different processes? In other words, every process that has a reference to that library obtains always a reference to the same object when it instantiates such a class

This discussion is locked

All Comments