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