JniRuntime.JniValueManager.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 abstract object? GetValueCore(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options, Type? targetType = default);
abstract member GetValueCore : JniObjectReference * Java.Interop.JniObjectReferenceOptions * Type -> obj
Parameters
- reference
- JniObjectReference
- options
- JniObjectReferenceOptions
- targetType
- Type
Returns
Applies to
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
Type Parameters
- T
Parameters
- reference
- JniObjectReference
- options
- JniObjectReferenceOptions
- targetType
- Type
Returns
T