Android.Database.ICrossProcessCursor
A cross process cursor is an extension of a Android.Database.ICursor that also supports usage from remote processes.

See Also: ICrossProcessCursor Members

Syntax

[Android.Runtime.Register("android/database/CrossProcessCursor", "", "Android.Database.ICrossProcessCursorInvoker")]
public interface ICrossProcessCursor : ICursor, IDisposable

Remarks

A cross process cursor is an extension of a Android.Database.ICursor that also supports usage from remote processes.

The contents of a cross process cursor are marshalled to the remote process by filling Android.Database.CursorWindow objects using ICrossProcessCursor.FillWindow(int, Android.Database.CursorWindow). As an optimization, the cursor can provide a pre-filled window to use via ICrossProcessCursor.Window thereby obviating the need to copy the data to yet another cursor window.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1