What is a singleton and where can I find a list of ArcGIS singleton objects?
Answer
A singleton is a software design pattern that restricts the instantiation of an object to only one class. In ArcObjects, singleton objects require instantiation through the Activator class and require explicit release by way of the ComReleaser class. See Singleton Objects for a complete listing.