Table of Contents

Method IsIndirect

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

IsIndirect(AddressKind)

Gets whether or not this AddressKind is indirect.
public static bool IsIndirect(this AddressKind value)

Parameters

value AddressKind
The AddressKind to check.

Returns

bool
true if value is indirect; false otherwise.