C# Class Mosa.Compiler.Framework.CIL.JumpInstruction
Represents a basic jump instruction.
Other more complex method invocation instructions derive from this class, specifically the CallInstruction, the CalliInstruction and CallvirtInstruction classes. They share the features provided by the JumpInstruction.