NativeUtilityCopyMemory Method (Void, Void, Int32) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void CopyMemory(
void* destination,
void* source,
int length
)
Parameters
- destination
- Type: SystemVoid*
- source
- Type: SystemVoid*
- length
- Type: SystemInt32
See Also