public IntPtr GetRawClass ();

Descripción

Retrieves 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.

See Also: GetRawObject.