C# 클래스 Padre.PostSharp.Weaver.OnThrowTransformation.Instance.Visitor

상속: IMethodBodyVisitor
파일 보기 프로젝트 열기: TripleEmcoder/Padre

공개 메소드들

메소드 설명
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

메소드 상세

EnterExceptionHandler() 공개 메소드

public EnterExceptionHandler ( ExceptionHandler exceptionHandler ) : void
exceptionHandler ExceptionHandler
리턴 void

EnterInstructionBlock() 공개 메소드

public EnterInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void
instructionBlock InstructionBlock
exceptionHandlingKind InstructionBlockExceptionHandlingKind
리턴 void

EnterInstructionSequence() 공개 메소드

public EnterInstructionSequence ( InstructionSequence instructionSequence ) : void
instructionSequence InstructionSequence
리턴 void

LeaveExceptionHandler() 공개 메소드

public LeaveExceptionHandler ( ExceptionHandler exceptionHandler ) : void
exceptionHandler ExceptionHandler
리턴 void

LeaveInstructionBlock() 공개 메소드

public LeaveInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void
instructionBlock InstructionBlock
exceptionHandlingKind InstructionBlockExceptionHandlingKind
리턴 void

LeaveInstructionSequence() 공개 메소드

public LeaveInstructionSequence ( InstructionSequence instructionSequence ) : void
instructionSequence InstructionSequence
리턴 void

VisitInstruction() 공개 메소드

public VisitInstruction ( InstructionReader reader ) : void
reader InstructionReader
리턴 void

Visitor() 공개 메소드

public Visitor ( Instance instance, MethodBodyTransformationContext context ) : System
instance Instance
context MethodBodyTransformationContext
리턴 System