[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.ClearMemory

ClearMemory Method

ClearMemory(IntPtr, byte, int)

Clears the memory.

Declaration
public static void ClearMemory(IntPtr dest, byte value, int sizeInBytesToClear)
Public Shared Sub ClearMemory(dest As IntPtr, value As Byte, sizeInBytesToClear As Integer)
Parameters
Type Name Description
IntPtr dest

The dest.

byte value

The value.

int sizeInBytesToClear

The size in bytes to clear.