| Class | Description |
|---|---|
| BlockEntryPointsManager |
Part of DotnetBody Manager for entry points (leave, branch instructions) ILSpy AST Blocks are labeled with a string.
|
| DotnetBody |
Represents a .NET Method Body A method body starts with a BlockContainer, which contains Blocks, which have IL
Instructions .NET Method Body (with ILSpy AST) -> BlockContainer -> Block -> IL Instruction
|
| DotnetBodyVariableManager |
Part of the DotnetBody Manager for variables in a .NET Body (Store, initialization, etc.)
|
| DotnetMethodParameter |
Converter for .NET Method Parameters
|
Copyright © 2024 Soot OSS. All rights reserved.