摘要:
ingletons are objects that only support one instance of the object. In ArcObjects, singleton objects require instantiation through the Activator class and require explicit release via the ComReleaser class. See the System._ComObject and casting to strongly typed RCWs and Releasing COM References documents for more information. Additionally, all ArcObjects references within a thread should only communicate with objects in the same thread. Therefore, at ArcGIS 9.x, singleton objects were designed
阅读全文