public class JCHandler extends Object
JCHandler pairs a native CLR object reference (handlerReference)
with the JCOBridge context (handlerBridge /
bridgeHandlerReference) in which the object lives. All derived classes
(JCObject, JCType, JCAssembly, JCEnum,
JCObjectIterator, etc.) pass both handles to native methods so that the
bridge can locate the correct CLR runtime context and the specific CLR object
within it.
Instances are always created by the bridge infrastructure and must not be constructed directly by application code.
| Modifier and Type | Method and Description |
|---|---|
long |
getReference()
Returns the native CLR object handle held by this instance.
|