C# 클래스 Runt.WorkspaceViewModel

상속: Runt.ViewModels.FolderViewModel, IDisposable
파일 보기 프로젝트 열기: Runt-Editor/Runt 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Load ( ShellViewModel shell, string path ) : WorkspaceViewModel
WorkspaceViewModel ( ShellViewModel shell, string path ) : System

비공개 메소드들

메소드 설명
Add ( ProjectViewModel project ) : Project>.Tuple
FileChanged ( object sender, FileSystemEventArgs e ) : void
HostConfigurations ( object sender, ConfigurationsEventArgs e ) : void
HostConnected ( object sender, EventArgs e ) : void
HostReferences ( object sender, ReferencesEventArgs e ) : void
InitializeWorkspace ( ) : void
OpenFile ( FileInfo file, ILanguageService language ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( ShellViewModel shell, string path ) : WorkspaceViewModel
shell ShellViewModel
path string
리턴 WorkspaceViewModel

WorkspaceViewModel() 공개 메소드

public WorkspaceViewModel ( ShellViewModel shell, string path ) : System
shell ShellViewModel
path string
리턴 System