Buffer Methods
Collapse the table of content
Expand the table of content

Buffer Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Buffer type exposes the following members.

  NameDescription
Public method Static member 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.
Public method Static member ByteLength Returns the number of bytes in the specified array.
Public method Static member GetByte Retrieves the byte at a specified location in a specified array.
Public method Static member SetByte Assigns a specified value to a byte at a particular location in a specified array.
Top

Show:
© 2017 Microsoft