C# Class Microsoft.VisualStudio.R.Package.Options.R.RToolsSettingsImplementation

Inheritance: IRToolsSettings
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
Dispose ( ) : void
LoadSettings ( ) : void
SaveSettingsAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
RToolsSettingsImplementation ( ISettingsStorage settings, ICoreShell coreShell ) : System
UpdateWorkingDirectoryList ( string newDirectory ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LoadSettings() public method

public LoadSettings ( ) : void
return void

SaveSettingsAsync() public method

public SaveSettingsAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task