Click or drag to resize
Buffer Class
Manipulates arrays of primitive types.
Inheritance Hierarchy
SystemObject
  SystemBuffer

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static class Buffer

The Buffer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBlockCopy
Copies a specified number of bytes from a source array starting at a particular offset to a destination array starting at a particular offset.
Public methodStatic memberByteLength
Returns the number of bytes in the specified array.
Public methodStatic memberGetByte
Retrieves the byte at a specified location in a specified array.
Top
See Also