Handle Class

This class has no description.

Methods 3

Name Description
Clone

Clones a Handle. When passing handles in between plugins, caching handles can result in accidental invalidation when one plugin releases the Handle, or is its owner is unloaded from memory. To prevent this, the Handle may be "cloned" with a new owner.

Close

Closes a Handle. If the handle has multiple copies open, it is not destroyed unless all copies are closed.

~Handle