Show / Hide Table of Contents

    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>
    Back to top Yet another C# modding swiss army knife.