JniRuntime.JniValueManager.GetValueMarshaler Method

Definition

Overloads

GetValueMarshaler(Type)
GetValueMarshaler<T>()

GetValueMarshaler(Type)

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

Parameters

type
Type

Returns

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.

Applies to

GetValueMarshaler<T>()

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

Type Parameters

T

Returns

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.

Applies to