Langue

JniRuntime.ReflectionJniValueManager.CreateValueCore Méthode

Définition

Surcharges

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

Paramètres

reference
JniObjectReference
targetType
Type

Retours

S’applique à

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

Paramètres de type

T

Paramètres

reference
JniObjectReference
targetType
Type

Retours

T

S’applique à