JniType Class

Definition

public sealed class JniType : IDisposable
type JniType = class
    interface IDisposable
Inheritance
JniType
Implements

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.

Constructors

JniType(JniObjectReference, JniObjectReferenceOptions)
JniType(String)

Properties

Name
PeerReference

Methods

AllocObject()
DefineClass(String, JniObjectReference, Byte[])
Dispose()
GetCachedConstructor(JniMethodInfo, String)
GetCachedInstanceField(JniFieldInfo, String, String)
GetCachedInstanceMethod(JniMethodInfo, String, String)
GetCachedJniType(JniType, String)
GetCachedStaticField(JniFieldInfo, String, String)
GetCachedStaticMethod(JniMethodInfo, String, String)
GetConstructor(String)
GetInstanceField(String, String)
GetInstanceMethod(String, String)
GetStaticField(String, String)
GetStaticMethod(String, String)
GetSuperclass()
IsAssignableFrom(JniType)
IsInstanceOfType(JniObjectReference)
NewObject(JniMethodInfo, JniArgumentValue*)
RegisterNativeMethods(JniNativeMethodRegistration[])
RegisterWithRuntime()
ToString()
TryParse(String, JniType)
UnregisterNativeMethods()

Applies to