C# 클래스 MethodProcessor, AsyncErrorHandler

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

공개 프로퍼티들

프로퍼티 타입 설명
HandleMethodFinder HandleMethodFinder,

공개 메소드들

메소드 설명
IsSetExceptionMethod ( MethodReference methodReference ) : bool
Process ( MethodDefinition method ) : void

메소드 상세

IsSetExceptionMethod() 공개 정적인 메소드

public static IsSetExceptionMethod ( MethodReference methodReference ) : bool
methodReference Mono.Cecil.MethodReference
리턴 bool

Process() 공개 메소드

public Process ( MethodDefinition method ) : void
method MethodDefinition
리턴 void

프로퍼티 상세

HandleMethodFinder 공개적으로 프로퍼티

public HandleMethodFinder, HandleMethodFinder
리턴 HandleMethodFinder,