Langue

JniRuntime.JniValueManager.CreateValueCore Méthode

Définition

Surcharges

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

Paramètres

reference
JniObjectReference
targetType
Type

Retours

S’applique à

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

Paramètres de type

T

Paramètres

reference
JniObjectReference
targetType
Type

Retours

T

S’applique à