Język

JniRuntime.JniValueManager.GetValueCore Method

Definition

Overloads

GetValueCore(JniObjectReference, JniObjectReferenceOptions, Type)

protected abstract object? GetValueCore(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options, Type? targetType = default);
abstract member GetValueCore : JniObjectReference * Java.Interop.JniObjectReferenceOptions * Type -> obj

Parameters

reference
JniObjectReference
targetType
Type

Returns

Applies to

GetValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type)

protected abstract T GetValueCore<T>(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options, Type? targetType = default);
abstract member GetValueCore : JniObjectReference * Java.Interop.JniObjectReferenceOptions * Type -> 'T

Type Parameters

T

Parameters

reference
JniObjectReference
targetType
Type

Returns

T

Applies to