NativeMemory.Fill(Void*, UIntPtr, Byte) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Kopieert de byte value naar de eerste byteCount bytes van het geheugen op ptr.

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

Parameters

ptr
Void*

Een aanwijzer naar het geheugenblok dat moet worden gevuld.

byteCount
UIntPtr

unativeint

Het aantal bytes dat moet worden ingesteld op value.

value
Byte

De waarde die moet worden ingesteld.

Kenmerken

Van toepassing op