Information about a reference-counted object, returned by Rc.inspect().
Rc.inspect()
Whether the Rc has been disposed.
The internal ID of the Rc.
Whether the inner object has been disposed.
The number of strong references to the Rc.
The number of weak references to the Rc.
Information about a reference-counted object, returned by
Rc.inspect()
.