Mono Class Library: Overview

System.Buffer: Method Members

The methods of System.Buffer are listed below. For a list of all members, see the Buffer Members list.

See Also: Inherited members from System.Object

Public Methods

static
BlockCopy(Array, int, Array, int, int)
Copy a block of data on the byte level between two arrays.
static
ByteLength(Array) : int
Give the length of an Arrray in bytes.
static
GetByte(Array, int) : byte
Give a single byte from within an array.
static
SetByte(Array, int, byte)
Set a single byte in an array to a specified value.