Search Results for

    Show / Hide Table of Contents

    Class ReplaceInstructionUpdate

    A flow graph update that replaces an instruction.

    Inheritance
    object
    FlowGraphUpdate
    InstructionUpdate
    ReplaceInstructionUpdate
    Inherited Members
    InstructionUpdate.Tag
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class ReplaceInstructionUpdate : InstructionUpdate

    Properties

    | Edit this page View Source

    Instruction

    Gets the new instruction that replaces the old one.

    Declaration
    public Instruction Instruction { get; }
    Property Value
    Type Description
    Instruction

    The new instruction.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX