Table of Contents

Method MatchLocalloc

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

MatchLocalloc(Instruction)

Matches an instruction with opcode Localloc.
public static bool MatchLocalloc(this Instruction instr)

Parameters

instr Instruction
The instruction to try to match.

Returns

bool
true if the instruction matches; false otherwise.