public DisposableHandle
A handle to an allocated object that can be disposed to make it eligible for garbage collection.
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the corresponding object, making it eligible for garbage collection.
Repeated invocation of this function has no effect.
|