JNIEnv.FindClass Method

Definition

Overloads

FindClass(String)
FindClass(Type)
FindClass(String, IntPtr)

FindClass(String)

public static IntPtr FindClass (string classname);
static member FindClass : string -> nativeint

Parameters

classname
String

Returns

IntPtr

nativeint

Remarks

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.

Applies to

FindClass(Type)

public static IntPtr FindClass (Type type);
static member FindClass : Type -> nativeint

Parameters

type
Type

Returns

IntPtr

nativeint

Remarks

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.

Applies to

FindClass(String, IntPtr)

public static IntPtr FindClass (string className, ref IntPtr cachedJniClassHandle);
static member FindClass : string * nativeint -> nativeint

Parameters

className
String
cachedJniClassHandle
IntPtr

nativeint

Returns

IntPtr

nativeint

Remarks

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.

Applies to