MethodBodyTransformationContext.AddRedirection Method |
Name | Description | |
---|---|---|
AddRedirection(MethodBodyTransformationRedirection) | ||
AddRedirection(InstructionBlock, InstructionSequence) |
Adds a MethodBodyTransformationRedirection by specifying an instruction block (inside the current method)
in which the next transformation should add its implementation, but without changing the method mapping or the local variable
storing the return value.
| |
AddRedirection(InstructionBlock, InstructionSequence, MethodMapping, LocalVariableSymbol) |
Adds a MethodBodyTransformationRedirection by specifying an instruction block (typically in a different method)
in which the next transformation should add its implementation, a different method mapping and a local variable storing the return value.
|