Table of Contents

Method InitBlock

Namespace
MonoMod.Backports.ILHelpers
Assembly
MonoMod.Backports.dll

InitBlock(void*, byte, uint)

public static void InitBlock(void* startAddress, byte value, uint byteCount)

Parameters

startAddress void*
value byte
byteCount uint

InitBlock(ref byte, byte, uint)

public static void InitBlock(ref byte startAddress, byte value, uint byteCount)

Parameters

startAddress byte
value byte
byteCount uint