C# 클래스 Symbolicate.LocationProvider

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

공개 메소드들

메소드 설명
AddAssembly ( string assemblyPath ) : void
AddDirectory ( string directory ) : void
LocationProvider ( ) : System
TryGetLocation ( string methodName, string methodParams, int ilOffset, Location &location ) : bool

메소드 상세

AddAssembly() 공개 메소드

public AddAssembly ( string assemblyPath ) : void
assemblyPath string
리턴 void

AddDirectory() 공개 메소드

public AddDirectory ( string directory ) : void
directory string
리턴 void

LocationProvider() 공개 메소드

public LocationProvider ( ) : System
리턴 System

TryGetLocation() 공개 메소드

public TryGetLocation ( string methodName, string methodParams, int ilOffset, Location &location ) : bool
methodName string
methodParams string
ilOffset int
location Location
리턴 bool