Table of Contents

Enum ILStructureType

Namespace
ICSharpCode.Decompiler.Disassembler
Assembly
ICSharpCode.Decompiler.dll

Specifies the type of an IL structure.

public enum ILStructureType

Fields

Filter = 4

A nested control structure representing an exception filter block.

Handler = 3

A nested control structure representing a catch, finally, or fault block.

Loop = 1

A nested control structure representing a loop.

Root = 0

The root block of the method

Try = 2

A nested control structure representing a try block.