NativeMemory.Clear(Void*, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Clears a block of memory.
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
Parameters
- ptr
- Void*
A pointer to the block of memory that should be cleared.
- byteCount
-
UIntPtr
unativeint
The size, in bytes, of the block to clear.
- Attributes
Remarks
If this method is called with ptr
being null
and byteCount
being 0
, it will be equivalent to a no-op.
The behavior when ptr
is null
and byteCount
is greater than 0
is undefined.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.