MethodBodyTransformationRedirection Properties |
The MethodBodyTransformationRedirection type exposes the following members.
Name | Description | |
---|---|---|
InstructionBlock |
Gets or sets the InstructionBlock in which the next transformation should emit its instructions.
nulll if the InstructionBlock is unchanged.
| |
LeaveBranchTarget |
Gets or sets the InstructionSequence to which the next transformation should redirect the instruction flow
when exiting, instead of calling the ret instruction.
null if the target is unchanged.
| |
MethodMapping |
Gets or sets the MethodMapping that maps the context of the new InstructionBlock
to the original method. null if the method mapping is unchanged.
| |
ReturnVariable |
Gets or sets the local variable into which the next transformation should store the return value.
null if the return value is unchanged.
|