JniRuntime.ReflectionJniValueManager.CreateValueCore 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 |
|---|---|
| CreateValueCore(JniObjectReference, JniObjectReferenceOptions, Type) | |
| CreateValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type) |
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
- options
- JniObjectReferenceOptions
- 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
- options
- JniObjectReferenceOptions
- targetType
- Type
Retours
T