C# 클래스 Microsoft.R.Components.Application.Configuration.Parser.ConfigurationParser

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ConfigurationParser ( StreamReader sr ) : System
GetPersistentKey ( string attribute ) : string
ReadSetting ( ) : IConfigurationSetting

비공개 메소드들

메소드 설명
IsEndOfStream ( ) : bool
IsEnvNew ( ConfigurationSetting s ) : bool
ParseAssignment ( string text, IRValueNode &leftOperand, IRValueNode &rightOperand ) : bool
ParseSetting ( string text, int lineNumber, ConfigurationSetting s ) : bool
ReadAttributeValue ( string line, ConfigurationSetting s ) : bool
ReadLine ( ) : string
ReadRemainingExpressionText ( ) : string
UnreadLine ( string line ) : void

메소드 상세

ConfigurationParser() 공개 메소드

public ConfigurationParser ( StreamReader sr ) : System
sr System.IO.StreamReader
리턴 System

GetPersistentKey() 공개 정적인 메소드

public static GetPersistentKey ( string attribute ) : string
attribute string
리턴 string

ReadSetting() 공개 메소드

public ReadSetting ( ) : IConfigurationSetting
리턴 IConfigurationSetting