C# Class IronRuby.Runtime.RubyMethodDebugInfo

Afficher le fichier Open project: ExpertsInside/IronSP Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddMapping ( int ilOffset, int line ) : void
ilOffset int
line int
Résultat void

GetOrCreate() public static méthode

public static GetOrCreate ( string methodName ) : RubyMethodDebugInfo
methodName string
Résultat RubyMethodDebugInfo

Map() public méthode

public Map ( int ilOffset ) : int
ilOffset int
Résultat int

TryGet() public static méthode

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