C# 클래스 NCop.Aspects.Weaving.TryCatchFinallyAspectWeaver

상속: OnMethodBoundaryTryFinallyAspectWeaver
파일 보기 프로젝트 열기: sagifogel/NCop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
catchWeavers IEnumerable

공개 메소드들

메소드 설명
Weave ( ILGenerator ilGenerator ) : void

비공개 메소드들

메소드 설명
TryCatchFinallyAspectWeaver ( TryCatchFinallySettings tryCatchFinallySettings, IEnumerable entryWeavers, IEnumerable tryWeavers, IEnumerable catchWeavers, IEnumerable finallyWeavers, IMethodScopeWeaver returnValueWeaver = null ) : System.Collections.Generic

메소드 상세

Weave() 공개 메소드

public Weave ( ILGenerator ilGenerator ) : void
ilGenerator System.Reflection.Emit.ILGenerator
리턴 void

프로퍼티 상세

catchWeavers 보호되어 있는 프로퍼티

protected IEnumerable catchWeavers
리턴 IEnumerable