C# Класс Padre.PostSharp.Weaver.OnThrowTransformation.Instance.Visitor

Наследование: IMethodBodyVisitor
Показать файл Открыть проект

Открытые методы

Метод Описание
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