Interface IILTransform
- Namespace
- ICSharpCode.Decompiler.IL.Transforms
- Assembly
- ICSharpCode.Decompiler.dll
Per-function IL transform.
public interface IILTransform
Methods
Run(ILFunction, ILTransformContext)
void Run(ILFunction function, ILTransformContext context)
Parameters
function
ILFunctioncontext
ILTransformContext