JniRuntime.JniValueManager.GetValue メソッド

定義

オーバーロード

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

パラメーター

reference
JniObjectReference
targetType
Type

返品

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

GetValue<T>(IntPtr)

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

型パラメーター

T

パラメーター

handle
IntPtr

nativeint

返品

T

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

型パラメーター

T

パラメーター

reference
JniObjectReference
targetType
Type

返品

T

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象