Method | Description | |
---|---|---|
EnterExceptionHandler ( ExceptionHandler exceptionHandler ) : void | ||
EnterInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void | ||
EnterInstructionSequence ( InstructionSequence instructionSequence ) : void | ||
LeaveExceptionHandler ( ExceptionHandler exceptionHandler ) : void | ||
LeaveInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void | ||
LeaveInstructionSequence ( InstructionSequence instructionSequence ) : void | ||
VisitInstruction ( InstructionReader reader ) : void | ||
Visitor ( Instance instance, MethodBodyTransformationContext context ) : System |
public EnterExceptionHandler ( ExceptionHandler exceptionHandler ) : void | ||
exceptionHandler | ExceptionHandler | |
return | void |
public EnterInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void | ||
instructionBlock | InstructionBlock | |
exceptionHandlingKind | InstructionBlockExceptionHandlingKind | |
return | void |
public EnterInstructionSequence ( InstructionSequence instructionSequence ) : void | ||
instructionSequence | InstructionSequence | |
return | void |
public LeaveExceptionHandler ( ExceptionHandler exceptionHandler ) : void | ||
exceptionHandler | ExceptionHandler | |
return | void |
public LeaveInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void | ||
instructionBlock | InstructionBlock | |
exceptionHandlingKind | InstructionBlockExceptionHandlingKind | |
return | void |
public LeaveInstructionSequence ( InstructionSequence instructionSequence ) : void | ||
instructionSequence | InstructionSequence | |
return | void |
public VisitInstruction ( InstructionReader reader ) : void | ||
reader | InstructionReader | |
return | void |
public Visitor ( Instance instance, MethodBodyTransformationContext context ) : System | ||
instance | Instance | |
context | MethodBodyTransformationContext | |
return | System |