C# Class Padre.PostSharp.Weaver.OnThrowTransformation.Instance.Visitor

Inheritance: IMethodBodyVisitor
Afficher le fichier Open project: TripleEmcoder/Padre

Méthodes publiques

Méthode 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

Method Details

EnterExceptionHandler() public méthode

public EnterExceptionHandler ( ExceptionHandler exceptionHandler ) : void
exceptionHandler ExceptionHandler
Résultat void

EnterInstructionBlock() public méthode

public EnterInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void
instructionBlock InstructionBlock
exceptionHandlingKind InstructionBlockExceptionHandlingKind
Résultat void

EnterInstructionSequence() public méthode

public EnterInstructionSequence ( InstructionSequence instructionSequence ) : void
instructionSequence InstructionSequence
Résultat void

LeaveExceptionHandler() public méthode

public LeaveExceptionHandler ( ExceptionHandler exceptionHandler ) : void
exceptionHandler ExceptionHandler
Résultat void

LeaveInstructionBlock() public méthode

public LeaveInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void
instructionBlock InstructionBlock
exceptionHandlingKind InstructionBlockExceptionHandlingKind
Résultat void

LeaveInstructionSequence() public méthode

public LeaveInstructionSequence ( InstructionSequence instructionSequence ) : void
instructionSequence InstructionSequence
Résultat void

VisitInstruction() public méthode

public VisitInstruction ( InstructionReader reader ) : void
reader InstructionReader
Résultat void

Visitor() public méthode

public Visitor ( Instance instance, MethodBodyTransformationContext context ) : System
instance Instance
context MethodBodyTransformationContext
Résultat System