JniRuntime.ReflectionJniValueManager.GetValueCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetValueCore(JniObjectReference, JniObjectReferenceOptions, Type) | |
| GetValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type) |
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
Parameters
- reference
- JniObjectReference
- options
- JniObjectReferenceOptions
- targetType
- Type
Returns
Applies to
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
Type Parameters
- T
Parameters
- reference
- JniObjectReference
- options
- JniObjectReferenceOptions
- targetType
- Type
Returns
T