C# 클래스 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.
상속: IConfigurationSettingsReader
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ConfigurationSettingsReader ( StreamReader reader ) : System.Collections.Generic
Dispose ( ) : void
LoadSettings ( ) : IReadOnlyList

메소드 상세

ConfigurationSettingsReader() 공개 메소드

public ConfigurationSettingsReader ( StreamReader reader ) : System.Collections.Generic
reader System.IO.StreamReader
리턴 System.Collections.Generic

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LoadSettings() 공개 메소드

public LoadSettings ( ) : IReadOnlyList
리턴 IReadOnlyList