[]
Clears the memory.
public static void ClearMemory(IntPtr dest, byte value, int sizeInBytesToClear)
Public Shared Sub ClearMemory(dest As IntPtr, value As Byte, sizeInBytesToClear As Integer)
| Type | Name | Description |
|---|---|---|
| IntPtr | dest | The dest. |
| byte | value | The value. |
| int | sizeInBytesToClear | The size in bytes to clear. |