C# 클래스 RecursiveIlFinder, NotifyPropertyWeaver

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

공개 프로퍼티들

프로퍼티 타입 설명
Instructions List

공개 메소드들

메소드 설명
Execute ( MethodDefinition getMethod ) : void
RecursiveIlFinder ( TypeDefinition typeDefinition ) : System.Collections.Generic

비공개 메소드들

메소드 설명
IsCall ( OpCode opCode ) : bool

메소드 상세

Execute() 공개 메소드

public Execute ( MethodDefinition getMethod ) : void
getMethod MethodDefinition
리턴 void

RecursiveIlFinder() 공개 메소드

public RecursiveIlFinder ( TypeDefinition typeDefinition ) : System.Collections.Generic
typeDefinition TypeDefinition
리턴 System.Collections.Generic

프로퍼티 상세

Instructions 공개적으로 프로퍼티

public List Instructions
리턴 List