Langue

JniRuntime.ReflectionJniValueManager.GetValueCore Méthode

Définition

Surcharges

GetValueCore(JniObjectReference, JniObjectReferenceOptions, Type)

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

Paramètres

reference
JniObjectReference
targetType
Type

Retours

S’applique à

GetValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type)

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

Paramètres de type

T

Paramètres

reference
JniObjectReference
targetType
Type

Retours

T

S’applique à