NativeMemory.Fill(Void*, UIntPtr, Byte) 메서드

정의

중요

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

에 있는 ptr메모리의 첫 번째 byteCount 바이트에 바이 value 트를 복사합니다.

public:
 static void Fill(void* ptr, UIntPtr byteCount, System::Byte value);
[System.CLSCompliant(false)]
public static void Fill (void* ptr, UIntPtr byteCount, byte value);
[<System.CLSCompliant(false)>]
static member Fill : nativeptr<unit> * unativeint * byte -> unit

매개 변수

ptr
Void*

채울 메모리 블록에 대한 포인터입니다.

byteCount
UIntPtr

unativeint

로 설정할 value바이트 수입니다.

value
Byte

설정하려는 값입니다.

특성

적용 대상