AndroidJavaClass

class in UnityEngine

/

Inherits from:AndroidJavaObject

/

Implemented in:UnityEngine.AndroidJNIModule

Description

AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class.

Note: this API can be used from custom thread, but requires that thread to be attached to JVM first, see AndroidJNI.AttachCurrentThread.

Constructors

AndroidJavaClassConstruct an AndroidJavaClass from the class name.

Inherited Members

Public Methods

CallCalls a Java method on an object (non-static).
CallStaticCall a static Java method on a class.
CloneReferenceCreates a clone of the C# object that references the same Java object.
DisposeIDisposable callback.
GetGet the value of a field in an object (non-static).
GetRawClassRetrieves the raw jclass pointer to the Java class.
GetRawObjectRetrieves the raw jobject pointer to the Java object.
GetStaticGet the value of a static field in an object type.
SetSet the value of a field in an object (non-static).
SetStaticSet the value of a static field in an object type.

Did you find this page useful? Please give it a rating: