Поделиться через


JniRuntime.JniValueManager.CreateValue Метод

Определение

Перегрузки

CreateValue(JniObjectReference, JniObjectReferenceOptions, Type)
CreateValue<T>(JniObjectReference, JniObjectReferenceOptions, Type)

CreateValue(JniObjectReference, JniObjectReferenceOptions, Type)

public object? CreateValue (ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options, Type? targetType = default);
member this.CreateValue : JniObjectReference * Java.Interop.JniObjectReferenceOptions * Type -> obj

Параметры

reference
JniObjectReference
targetType
Type

Возвращаемое значение

Комментарии

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

CreateValue<T>(JniObjectReference, JniObjectReferenceOptions, Type)

public T CreateValue<T> (ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options, Type? targetType = default);
member this.CreateValue : JniObjectReference * Java.Interop.JniObjectReferenceOptions * Type -> 'T

Параметры типа

T

Параметры

reference
JniObjectReference
targetType
Type

Возвращаемое значение

T

Комментарии

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к