Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
There was an error while loading. Please reload this page.
Rename
JavaVM.GetObject()toJavaVM.GetValue().Rationale: I want to remove the
IJavaObjectconstraint so that we can do e.g.vm.GetValue<int>(javaLangIntegerHandle)to read ajava.lang.Integerinto anint(ditto arrays, etc.), and "Object" no longer makes sense when a copy of the value will be created.