Langue

JniRuntime.JniValueManager.CreateValueCore Method

Definition

Overloads

CreateValueCore(JniObjectReference, JniObjectReferenceOptions, Type)

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

Parameters

reference
JniObjectReference
targetType
Type

Returns

Applies to

CreateValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type)

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

Type Parameters

T

Parameters

reference
JniObjectReference
targetType
Type

Returns

T

Applies to