C# 클래스 PclAnalyzer.Reflection.AssemblyParser

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

공개 메소드들

메소드 설명
AssemblyParser ( string assemblyPath ) : System
GetAssemblyCalls ( ) : IList
GetMethodCalls ( string typeName, string methodName ) : IList
GetTypeCalls ( string typeName ) : IList

비공개 메소드들

메소드 설명
GetMethodCalls ( Mono.Cecil.ModuleDefinition module, IEnumerable methods ) : IEnumerable
GetMethodFullName ( Mono.Cecil.MethodDefinition method ) : string
GetMethodInfo ( Mono.Cecil.MethodDefinition method ) : Member
GetMethodInfo ( MethodReference method ) : Member
GetTypeFullName ( Mono.Cecil.TypeDefinition type ) : string
IsExcluded ( Member methodInfo ) : bool
IsExternalCall ( Mono.Cecil.ModuleDefinition module, Instruction i ) : bool

메소드 상세

AssemblyParser() 공개 메소드

public AssemblyParser ( string assemblyPath ) : System
assemblyPath string
리턴 System

GetAssemblyCalls() 공개 메소드

public GetAssemblyCalls ( ) : IList
리턴 IList

GetMethodCalls() 공개 메소드

public GetMethodCalls ( string typeName, string methodName ) : IList
typeName string
methodName string
리턴 IList

GetTypeCalls() 공개 메소드

public GetTypeCalls ( string typeName ) : IList
typeName string
리턴 IList