MethodBodyTransformationRedirection Constructor |
Name | Description | |
---|---|---|
MethodBodyTransformationRedirection() |
Creates a new, empty instance of MethodBodyTransformationRedirection,
representing no redirection.
| |
MethodBodyTransformationRedirection(InstructionBlock, InstructionSequence) |
Initializes a new MethodBodyTransformationRedirection by specifying an
InstructionBlock, typically in the current method body.
| |
MethodBodyTransformationRedirection(InstructionBlock, InstructionSequence, MethodMapping, LocalVariableSymbol) |
Initializes a new MethodBodyTransformationRedirection by specifying an
InstructionBlock, typically in a different method body, and
the corresponding MethodMapping.
|