AndroidJavaClass

class in UnityEngine

/

Inherits from:AndroidJavaObject

Switch to Manual

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 Functions

CallВызов не-статического Java-метода в объекте.
CallStaticВызов статического Java-метода в классе.
DisposeIDisposable callback.
GetПолучить значение не-статического поля в объекте.
GetRawClassRetrieves the raw jclass pointer to the Java class.Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.
GetRawObjectRetrieves the raw jobject pointer to the Java object.Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.
GetStaticПолучить значение статического поля в объекте.
SetУстановить значение не-статического поля в объекте.
SetStaticУстановить значение статического поля в объекте.