This documentation is archived and is not being maintained.
Buffer Methods
Visual Studio 2010
The Buffer type exposes the following members.
| Name | Description | |
|---|---|---|
|
BlockCopy | Copies a specified number of bytes from a source array starting at a particular offset to a destination array starting at a particular offset. |
|
ByteLength | Returns the number of bytes in the specified array. |
|
GetByte | Retrieves the byte at a specified location in a specified array. |
|
SetByte | Assigns a specified value to a byte at a particular location in a specified array. |
Show: