JniValueMarshalerContext Constructors

Definition

Overloads

JniValueMarshalerContext(Expression)
JniValueMarshalerContext(Expression, Expression)

JniValueMarshalerContext(Expression)

public JniValueMarshalerContext (System.Linq.Expressions.Expression runtime);
new Java.Interop.Expressions.JniValueMarshalerContext : System.Linq.Expressions.Expression -> Java.Interop.Expressions.JniValueMarshalerContext

Parameters

runtime
Expression

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

JniValueMarshalerContext(Expression, Expression)

public JniValueMarshalerContext (System.Linq.Expressions.Expression runtime, System.Linq.Expressions.Expression? vm);
new Java.Interop.Expressions.JniValueMarshalerContext : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> Java.Interop.Expressions.JniValueMarshalerContext

Parameters

runtime
Expression

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