JniValueMarshalerState Constructors

Definition

Overloads

JniValueMarshalerState(IJavaPeerable, Object)
JniValueMarshalerState(JniArgumentValue, Object)
JniValueMarshalerState(JniObjectReference, Object)

JniValueMarshalerState(IJavaPeerable, Object)

public JniValueMarshalerState (Java.Interop.IJavaPeerable? peerableValue, object? extra = default);
new Java.Interop.JniValueMarshalerState : Java.Interop.IJavaPeerable * obj -> Java.Interop.JniValueMarshalerState

Parameters

peerableValue
IJavaPeerable
extra
Object

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

JniValueMarshalerState(JniArgumentValue, Object)

public JniValueMarshalerState (Java.Interop.JniArgumentValue jniArgumentValue, object? extra = default);
new Java.Interop.JniValueMarshalerState : Java.Interop.JniArgumentValue * obj -> Java.Interop.JniValueMarshalerState

Parameters

jniArgumentValue
JniArgumentValue
extra
Object

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

JniValueMarshalerState(JniObjectReference, Object)

public JniValueMarshalerState (Java.Interop.JniObjectReference referenceValue, object? extra = default);
new Java.Interop.JniValueMarshalerState : Java.Interop.JniObjectReference * obj -> Java.Interop.JniValueMarshalerState

Parameters

referenceValue
JniObjectReference
extra
Object

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to