C# Class MonoDevelop.Debugger.Tests.EvalHelper

Afficher le fichier Open project: jgranick/haxedevelop

Méthodes publiques

Méthode Description
GetChildSync ( this val, string name, Mono.Debugging.Client.EvaluationOptions ops ) : Mono.Debugging.Client.ObjectValue
Sync ( this val ) : Mono.Debugging.Client.ObjectValue

Method Details

GetChildSync() public static méthode

public static GetChildSync ( this val, string name, Mono.Debugging.Client.EvaluationOptions ops ) : Mono.Debugging.Client.ObjectValue
val this
name string
ops Mono.Debugging.Client.EvaluationOptions
Résultat Mono.Debugging.Client.ObjectValue

Sync() public static méthode

public static Sync ( this val ) : Mono.Debugging.Client.ObjectValue
val this
Résultat Mono.Debugging.Client.ObjectValue