C# 클래스 IronRuby.Runtime.RubyMethodDebugInfo

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

공개 메소드들

메소드 설명
AddMapping ( int ilOffset, int line ) : void
GetOrCreate ( string methodName ) : RubyMethodDebugInfo
Map ( int ilOffset ) : int
TryGet ( MethodBase method, RubyMethodDebugInfo &info ) : bool

메소드 상세

AddMapping() 공개 메소드

public AddMapping ( int ilOffset, int line ) : void
ilOffset int
line int
리턴 void

GetOrCreate() 공개 정적인 메소드

public static GetOrCreate ( string methodName ) : RubyMethodDebugInfo
methodName string
리턴 RubyMethodDebugInfo

Map() 공개 메소드

public Map ( int ilOffset ) : int
ilOffset int
리턴 int

TryGet() 공개 정적인 메소드

public static TryGet ( MethodBase method, RubyMethodDebugInfo &info ) : bool
method System.Reflection.MethodBase
info RubyMethodDebugInfo
리턴 bool