Table of Contents

Enum PatchTargetKind

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
The kind of data which exists at a location to be patched.
public enum PatchTargetKind
Extension Methods

Fields

Executable = 0
The data at the target is expected to be executable.
ReadOnly = 1
The data at the target is expected to be read-only.