Table of Contents

Method IsPrecodeFixup

Namespace
MonoMod.Core.Utils
Assembly
MonoMod.Core.dll

IsPrecodeFixup(AddressKind)

Gets whether or not this AddressKind is a PrecodeFixupThunk address.
public static bool IsPrecodeFixup(this AddressKind value)

Parameters

value AddressKind
The AddressKind to check.

Returns

bool
true if value is a PrecodeFixupThunk address; false otherwise.