C# Class AvalonStudio.Debugging.MemoryViewModel

Inheritance: ToolViewModel, IExtension
Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
Activation ( ) : void
BeforeActivation ( ) : void
Invalidate ( ) : void
MemoryViewModel ( ) : MVVM
SetDebugger ( IDebugger debugger ) : void

Private Methods

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

Invalidate() public method

public Invalidate ( ) : void
return void

MemoryViewModel() public method

public MemoryViewModel ( ) : MVVM
return MVVM

SetDebugger() public method

public SetDebugger ( IDebugger debugger ) : void
debugger IDebugger
return void