The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Buffer::MemoryCopy Method
.NET Framework (current version)
Copies a block of memory.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Show:

