Table of Contents

Property DetourBackup

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

DetourBackup

Gets the backup data for this detour. This contains the bytes which were originally at the detour location.
public ReadOnlyMemory<byte> DetourBackup { get; }

Property Value

ReadOnlyMemory<byte>