JniRuntime.JniValueManager.GetValueCore Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| GetValueCore(JniObjectReference, JniObjectReferenceOptions, Type) | |
| GetValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type) |
GetValueCore(JniObjectReference, JniObjectReferenceOptions, Type)
protected abstract object? GetValueCore(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options, Type? targetType = default);
abstract member GetValueCore : JniObjectReference * Java.Interop.JniObjectReferenceOptions * Type -> obj
Paramètres
- reference
- JniObjectReference
- options
- JniObjectReferenceOptions
- targetType
- Type
Retours
S’applique à
GetValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type)
protected abstract T GetValueCore<T>(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options, Type? targetType = default);
abstract member GetValueCore : JniObjectReference * Java.Interop.JniObjectReferenceOptions * Type -> 'T
Paramètres de type
- T
Paramètres
- reference
- JniObjectReference
- options
- JniObjectReferenceOptions
- targetType
- Type
Retours
T