Table of Contents

Method InitBlockUnaligned

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

InitBlockUnaligned(void*, byte, uint)

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

Parameters

startAddress void*
value byte
byteCount uint

InitBlockUnaligned(ref byte, byte, uint)

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

Parameters

startAddress byte
value byte
byteCount uint