共用方式為


NativeMemory.Fill(Void*, UIntPtr, Byte) 方法

定義

重要

此 API 不符合 CLS 規範。

將位元組value複製到位於ptr的記憶體第一個byteCount位元組。

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

要設定的值。

屬性

適用於