Proxy

interface Proxy(source)

Represents an instance of a proxy object with a handle to an object in native memory.

Inheritors

Properties

Link copied to clipboard
abstract val handle: <Error class: unknown class>

Get the native memory address of the object.

Functions

Link copied to clipboard
abstract fun addCleaner(cleaner: <Error class: unknown class>): Boolean

Registers a cleaner to be executed when this proxy object is garbage collected.

Link copied to clipboard
Link copied to clipboard
abstract fun removeCleaner(cleaner: <Error class: unknown class>): Boolean

Removes a previously registered cleaner from this proxy object.