Table of Contents

Method IsConstant

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

IsConstant(AddressKind)

Gets whether or not this AddressKind is constant.
public static bool IsConstant(this AddressKind value)

Parameters

value AddressKind
The AddressKind to check.

Returns

bool
true if value is constant; false otherwise.