Table of Contents

Method IsRelative

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

IsRelative(AddressKind)

Gets whether or not this AddressKind is relative.
public static bool IsRelative(this AddressKind value)

Parameters

value AddressKind
The AddressKind to check.

Returns

bool
true if value is relative; false otherwise.