JniRuntime.JniValueManager.GetValueMarshaler 方法

定义

重载

GetValueMarshaler(Type)
GetValueMarshaler<T>()

GetValueMarshaler(Type)

public Java.Interop.JniValueMarshaler GetValueMarshaler (Type type);
member this.GetValueMarshaler : Type -> Java.Interop.JniValueMarshaler

参数

type
Type

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

GetValueMarshaler<T>()

public Java.Interop.JniValueMarshaler<T> GetValueMarshaler<T> ();
member this.GetValueMarshaler : unit -> Java.Interop.JniValueMarshaler<'T>

类型参数

T

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于