C# (CSharp) Microsoft.R.Components.Application.Configuration Namespace

Nested Namespaces

Microsoft.R.Components.Application.Configuration.Parser

Classes

Name Description
ConfigurationSetting
ConfigurationSettingAttributeNames
ConfigurationSettingCollectionExtensions
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.
ConfigurationSettingsWriter 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.
SettingPropertyDescriptor
SettingsTypeDescriptor Represents view model for the property grid in the Project | Properties | Settings