C# Class AvalonStudio.Debugging.VariableObject

Show file Open project: VitalElement/AvalonStudio Class Usage Examples

Public Methods

Method Description
ClearEvaluated ( ) : void
EvaluateAsync ( IDebugger debugger, bool evaluateChildren = true ) : System.Threading.Tasks.Task
EvaluateChildrenAsync ( ) : System.Threading.Tasks.Task
FromDataString ( VariableObject parent, string data, string expression = "" ) : VariableObject
SetFormat ( WatchFormat format ) : System.Threading.Tasks.Task
VariableObject ( ) : System

Private Methods

Method Description
EvaluateChildrenInternalAsync ( ) : System.Threading.Tasks.Task

Method Details

ClearEvaluated() public method

public ClearEvaluated ( ) : void
return void

EvaluateAsync() public method

public EvaluateAsync ( IDebugger debugger, bool evaluateChildren = true ) : System.Threading.Tasks.Task
debugger IDebugger
evaluateChildren bool
return System.Threading.Tasks.Task

EvaluateChildrenAsync() public method

public EvaluateChildrenAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

FromDataString() public static method

public static FromDataString ( VariableObject parent, string data, string expression = "" ) : VariableObject
parent VariableObject
data string
expression string
return VariableObject

SetFormat() public method

public SetFormat ( WatchFormat format ) : System.Threading.Tasks.Task
format WatchFormat
return System.Threading.Tasks.Task

VariableObject() public method

public VariableObject ( ) : System
return System