JNIEnv.FindClass Method
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.
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
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
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
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.