Table of Contents

Method ToLongOp

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

ToLongOp(OpCode)

Get the long form opcode for any short form opcode.
public static OpCode ToLongOp(this OpCode op)

Parameters

op OpCode
The short form opcode.

Returns

OpCode
The long form opcode.