CrossProcessCursorWrapper Constructors

Definition

Overloads

CrossProcessCursorWrapper(ICursor)

Creates a cross process cursor wrapper.

CrossProcessCursorWrapper(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

CrossProcessCursorWrapper(ICursor)

Creates a cross process cursor wrapper.

[Android.Runtime.Register(".ctor", "(Landroid/database/Cursor;)V", "")]
public CrossProcessCursorWrapper (Android.Database.ICursor? cursor);
[<Android.Runtime.Register(".ctor", "(Landroid/database/Cursor;)V", "")>]
new Android.Database.CrossProcessCursorWrapper : Android.Database.ICursor -> Android.Database.CrossProcessCursorWrapper

Parameters

cursor
ICursor

The underlying cursor to wrap.

Attributes

Remarks

Creates a cross process cursor wrapper.

Java documentation for android.database.CrossProcessCursorWrapper.CrossProcessCursorWrapper(android.database.Cursor).

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

CrossProcessCursorWrapper(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected CrossProcessCursorWrapper (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Database.CrossProcessCursorWrapper : nativeint * Android.Runtime.JniHandleOwnership -> Android.Database.CrossProcessCursorWrapper

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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