C# 클래스 FastSharpIDE.ViewModel.MainViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: tpetrina/FastSharp 1 사용 예제들

공개 메소드들

메소드 설명
Load ( ) : void
MainViewModel ( ) : System.Collections.ObjectModel
Reset ( ) : void

비공개 메소드들

메소드 설명
CancelExecution ( ) : void
Execute ( string code ) : void
ExecuteInternalAsync ( string code ) : Task
SourceChanged ( string code ) : void

메소드 상세

Load() 공개 메소드

public Load ( ) : void
리턴 void

MainViewModel() 공개 메소드

public MainViewModel ( ) : System.Collections.ObjectModel
리턴 System.Collections.ObjectModel

Reset() 공개 메소드

public Reset ( ) : void
리턴 void