Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMemoryCopy(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.

System_CAPS_pubmethodSystem_CAPS_staticMemoryCopy(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.

Return to top
Show:
© 2017 Microsoft