Gnome.Vfs.Async.Read Method
Read number of bytes from the file pointed to by Gnome.Vfs.Handle into byte array buffer. When the operation is complete, Gnome.Vfs.AsyncReadCallback will be called with the Gnome.Vfs.Result of the operation.

Syntax

public static void Read (Handle handle, out byte buffer, uint bytes, AsyncReadCallback callback)

Parameters

handle
Gnome.Vfs.Handle for the file to be read.
buffer
allocated array of byte to read into. Needs to be passed as "out buffer[0]".
bytes
number of bytes to read.
callback
a Gnome.Vfs.AsyncReadCallback to be called when the operation is complete.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Gnome.Vfs
Assembly: gnome-vfs-sharp (in gnome-vfs-sharp.dll)