JniType 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public sealed class JniType : IDisposable
type JniType = class
interface IDisposable
- 继承
-
- 实现
-
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
构造函数
属性
方法
| 名称 |
说明 |
|
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()
|