JniObjectReferenceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the kind of a JNI object reference.
public enum JniObjectReferenceType
type JniObjectReferenceType =
- Inheritance
-
JniObjectReferenceType
Fields
| Name | Value | Description |
|---|---|---|
| Invalid | 0 | An invalid JNI reference type. |
| Local | 1 | A local JNI reference. |
| Global | 2 | A global JNI reference. |
| WeakGlobal | 3 | A weak global JNI reference. |
Remarks
JNI specification for GetObjectRefType.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.