All instances of this class and subclasses are automatically managed by the ROT. This means the ROT cannot be a subclass of JacobObject.
All COM object created by JACOB extend this class so that we can automatically release them when the thread is detached from COM - if we leave it to the finalizer it will call the release from another thread, which may result in a segmentation violation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|