Compartir a través de


NativeMemory.Clear(Void*, UIntPtr) Método

Definición

Importante

Esta API no es conforme a CLS.

Borra un bloque de memoria.

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

Parámetros

ptr
Void*

Puntero al bloque de memoria que se debe borrar.

byteCount
UIntPtr

unativeint

Tamaño, en bytes, del bloque que se va a borrar.

Atributos

Comentarios

Si se llama a este método con ptr ser null y byteCount ser 0, será equivalente a una operación sin operación.

El comportamiento cuando ptr es null y byteCount es mayor que 0 no está definido.

Se aplica a