C# 클래스 InterceptorFinder, NotifyPropertyWeaver

파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Found bool
InterceptMethod MethodDefinition
IsBeforeAfter bool

공개 메소드들

메소드 설명
Execute ( ) : void
IsBeforeAfterMethod ( MethodDefinition method ) : bool
IsSingleStringMethod ( MethodDefinition method ) : bool
SearchForMethod ( TypeDefinition typeDefinition ) : void

비공개 메소드들

메소드 설명
InterceptorFinder ( ModuleReader, moduleReader ) : System.ComponentModel.Composition

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

IsBeforeAfterMethod() 공개 메소드

public IsBeforeAfterMethod ( MethodDefinition method ) : bool
method MethodDefinition
리턴 bool

IsSingleStringMethod() 공개 메소드

public IsSingleStringMethod ( MethodDefinition method ) : bool
method MethodDefinition
리턴 bool

SearchForMethod() 공개 메소드

public SearchForMethod ( TypeDefinition typeDefinition ) : void
typeDefinition TypeDefinition
리턴 void

프로퍼티 상세

Found 공개적으로 프로퍼티

public bool Found
리턴 bool

InterceptMethod 공개적으로 프로퍼티

public MethodDefinition InterceptMethod
리턴 MethodDefinition

IsBeforeAfter 공개적으로 프로퍼티

public bool IsBeforeAfter
리턴 bool