C# Class AvalonStudio.Debugging.CallStackViewModel

Inheritance: ToolViewModel, IExtension
Exibir arquivo Open project: VitalElement/AvalonStudio

Public Methods

Method Description
Activation ( ) : void
BeforeActivation ( ) : void
CallStackViewModel ( ) : System.Collections.Generic
Clear ( ) : void
Update ( List frames ) : void

Private Methods

Method Description
_debugManager_DebugFrameChanged ( object sender, FrameChangedEventArgs e ) : void

Method Details

Activation() public method

public Activation ( ) : void
return void

BeforeActivation() public method

public BeforeActivation ( ) : void
return void

CallStackViewModel() public method

public CallStackViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

Clear() public method

public Clear ( ) : void
return void

Update() public method

public Update ( List frames ) : void
frames List
return void