Table of Contents

Enum InstructionFlowControl

Namespace
Echo.Code
Assembly
Echo.dll

Provides members for describing various flow control properties of an instruction.

[Flags]
public enum InstructionFlowControl

Fields

CanBranch = 2

Indicates the instruction might branch out from the normal control flow to a different instruction.

Fallthrough = 1

Indicates the instruction does not have any specific attributes assigned to it.

IsTerminator = 4

Indicates the instruction terminates the current execution path.