C# Class IronRuby.Runtime.RubyMethodDebugInfo

ファイルを表示 Open project: ExpertsInside/IronSP Class Usage Examples

Public Methods

Method Description
AddMapping ( int ilOffset, int line ) : void
GetOrCreate ( string methodName ) : RubyMethodDebugInfo
Map ( int ilOffset ) : int
TryGet ( MethodBase method, RubyMethodDebugInfo &info ) : bool

Method Details

AddMapping() public method

public AddMapping ( int ilOffset, int line ) : void
ilOffset int
line int
return void

GetOrCreate() public static method

public static GetOrCreate ( string methodName ) : RubyMethodDebugInfo
methodName string
return RubyMethodDebugInfo

Map() public method

public Map ( int ilOffset ) : int
ilOffset int
return int

TryGet() public static method

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