Buffer Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | BlockCopy(Array^, Int32, Array^, Int32, Int32) | 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(Array^) | Returns the number of bytes in the specified array. |
![]() ![]() | GetByte(Array^, Int32) | Retrieves the byte at a specified location in a specified array. |
![]() ![]() | MemoryCopy(Void*, Void*, Int64, Int64) | Copies a number of bytes specified as a long integer value from one address in memory to another. This API is not CLS-compliant. |
![]() ![]() | MemoryCopy(Void*, Void*, UInt64, UInt64) | Copies a number of bytes specified as an unsigned long integer value from one address in memory to another. This API is not CLS-compliant. |
![]() ![]() | SetByte(Array^, Int32, Byte) | Assigns a specified value to a byte at a particular location in a specified array. |
Show:

