[]
        
(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)
Parameters
Type Name Description
IntPtr dest

The dest.

byte value

The value.

int sizeInBytesToClear

The size in bytes to clear.