C# 클래스 AvalonStudio.Debugging.CallStackViewModel

상속: ToolViewModel, IExtension
파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
Activation ( ) : void
BeforeActivation ( ) : void
CallStackViewModel ( ) : System.Collections.Generic
Clear ( ) : void
Update ( List frames ) : void

비공개 메소드들

메소드 설명
_debugManager_DebugFrameChanged ( object sender, FrameChangedEventArgs e ) : void

메소드 상세

Activation() 공개 메소드

public Activation ( ) : void
리턴 void

BeforeActivation() 공개 메소드

public BeforeActivation ( ) : void
리턴 void

CallStackViewModel() 공개 메소드

public CallStackViewModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Update() 공개 메소드

public Update ( List frames ) : void
frames List
리턴 void