C# Class AvalonStudio.Debugging.CallStackViewModel

Inheritance: ToolViewModel, IExtension
Afficher le fichier Open project: VitalElement/AvalonStudio

Méthodes publiques

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

Private Methods

Méthode Description
_debugManager_DebugFrameChanged ( object sender, FrameChangedEventArgs e ) : void

Method Details

Activation() public méthode

public Activation ( ) : void
Résultat void

BeforeActivation() public méthode

public BeforeActivation ( ) : void
Résultat void

CallStackViewModel() public méthode

public CallStackViewModel ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Clear() public méthode

public Clear ( ) : void
Résultat void

Update() public méthode

public Update ( List frames ) : void
frames List
Résultat void