C# Class Microsoft.R.Components.Application.Configuration.ConfigurationSettingsReader

Storage of the R application settings. Settings are written into R file as assignment statements such as 'name <- value'. Value can be string or an expression. The difference is that string values are quoted when written into the file and expressions are written as is.
Inheritance: IConfigurationSettingsReader
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
ConfigurationSettingsReader ( StreamReader reader ) : System.Collections.Generic
Dispose ( ) : void
LoadSettings ( ) : IReadOnlyList

Method Details

ConfigurationSettingsReader() public méthode

public ConfigurationSettingsReader ( StreamReader reader ) : System.Collections.Generic
reader System.IO.StreamReader
Résultat System.Collections.Generic

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LoadSettings() public méthode

public LoadSettings ( ) : IReadOnlyList
Résultat IReadOnlyList