NativeMemory.Copy(Void*, Void*, UIntPtr) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

메모리 위치에서 메모리 위치 sourcedestination로 메모리 블록을 복사합니다.

public:
 static void Copy(void* source, void* destination, UIntPtr byteCount);
[System.CLSCompliant(false)]
public static void Copy (void* source, void* destination, UIntPtr byteCount);
[<System.CLSCompliant(false)>]
static member Copy : nativeptr<unit> * nativeptr<unit> * unativeint -> unit

매개 변수

source
Void*

복사할 데이터 원본에 대한 포인터입니다.

destination
Void*

데이터를 복사할 대상 메모리 블록에 대한 포인터입니다.

byteCount
UIntPtr

unativeint

원본 위치에서 대상으로 복사할 크기(바이트)입니다.

특성

적용 대상