Interface IBlockTransform
- Namespace
- ICSharpCode.Decompiler.IL.Transforms
- Assembly
- ICSharpCode.Decompiler.dll
Per-block IL transform.
public interface IBlockTransform
Methods
Run(Block, BlockTransformContext)
Runs the transform on the specified block.
Note: the transform may only modify the specified block and its descendants, as well as any sibling blocks that are dominated by the specified block.
void Run(Block block, BlockTransformContext context)
Parameters
block
Blockcontext
BlockTransformContext