Compartir a través de


JniRuntime.JniValueManager.GetValue Método

Definición

Sobrecargas

GetValue(JniObjectReference, JniObjectReferenceOptions, Type)
GetValue<T>(IntPtr)
GetValue<T>(JniObjectReference, JniObjectReferenceOptions, Type)

GetValue(JniObjectReference, JniObjectReferenceOptions, Type)

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

Parámetros

reference
JniObjectReference
targetType
Type

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

GetValue<T>(IntPtr)

public T GetValue<T> (IntPtr handle);
member this.GetValue : nativeint -> 'T

Parámetros de tipo

T

Parámetros

handle
IntPtr

nativeint

Devoluciones

T

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

GetValue<T>(JniObjectReference, JniObjectReferenceOptions, Type)

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

Parámetros de tipo

T

Parámetros

reference
JniObjectReference
targetType
Type

Devoluciones

T

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a