Class ILLabel
A label to be used in ILContexts.
Inheritance
System.Object
ILLabel
Namespace: MonoMod.Cil
Assembly: MonoMod.Utils.dll
Syntax
public sealed class ILLabel : Object
Fields
Target
The target instruction this label points at.
Declaration
public Instruction Target
Field Value
Type | Description |
---|---|
Mono.Cecil.Cil.Instruction |
Properties
Branches
All instructions using this label.
Declaration
public IEnumerable<Instruction> Branches { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Mono.Cecil.Cil.Instruction> |