JniType
JniType(String)
JniType(JniObjectReference, JniObjectReferenceOptions)
Name
PeerReference
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()
monoandroid
namespace Java.Interop
{
public sealed class JniType : IDisposable
{
public JniFieldInfo! GetCachedStaticField([NotNull] ref JniFieldInfo? cachedField, string! name, string! signature);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Java.Interop , Version=0.1.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API