C# Class AvalonStudio.Debugging.MemoryViewModel

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

Méthodes publiques

Méthode Description
Activation ( ) : void
BeforeActivation ( ) : void
Invalidate ( ) : void
MemoryViewModel ( ) : MVVM
SetDebugger ( IDebugger debugger ) : void

Private Methods

Méthode Description
Debugger_StateChanged ( object sender, EventArgs e ) : void
SetAddress ( ulong address ) : void
_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

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

MemoryViewModel() public méthode

public MemoryViewModel ( ) : MVVM
Résultat MVVM

SetDebugger() public méthode

public SetDebugger ( IDebugger debugger ) : void
debugger IDebugger
Résultat void