Table of Contents

Method IsAbsolute

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

IsAbsolute(AddressKind)

Gets whether or not this AddressKind is absolute.
public static bool IsAbsolute(this AddressKind value)

Parameters

value AddressKind
The AddressKind to check.

Returns

bool
true if value is absolute; false otherwise.