Package-level declarations

Types

Link copied to clipboard

MemoryCleaner manages the cleanup of native memory associated with Proxy objects.

Link copied to clipboard
interface Proxy

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

Link copied to clipboard
open class ProxyInstance(val handle: <Error class: unknown class>?) : Proxy

Base type for a Kotlin proxy object to an instance in native memory.