Language

JniRuntime.ReflectionJniValueManager.CreateValueCore Method

Definition

Overloads

CreateValueCore(JniObjectReference, JniObjectReferenceOptions, Type)

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

Parameters

reference
JniObjectReference
targetType
Type

Returns

Applies to

CreateValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type)

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

Type Parameters

T

Parameters

reference
JniObjectReference
targetType
Type

Returns

T

Applies to