Lingua

JniType.GetCachedJniType Method

Definition

Overloads

GetCachedJniType(JniType, ReadOnlySpan<Byte>)

public static Java.Interop.JniType GetCachedJniType(ref Java.Interop.JniType? cachedType, ReadOnlySpan<byte> classname);
static member GetCachedJniType : JniType * ReadOnlySpan<byte> -> Java.Interop.JniType

Parameters

cachedType
JniType
classname
ReadOnlySpan<Byte>

Returns

Applies to

GetCachedJniType(JniType, String)

public static Java.Interop.JniType GetCachedJniType(ref Java.Interop.JniType? cachedType, string classname);
static member GetCachedJniType : JniType * string -> Java.Interop.JniType

Parameters

cachedType
JniType
classname
String

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