C# 클래스 Microsoft.Scripting.Silverlight.Settings

파일 보기 프로젝트 열기: jschementi/iron

Private Properties

프로퍼티 타입 설명
FindEntryPoint string
GetAndValidateEntryPoint string
Parse void

비공개 메소드들

메소드 설명
FindEntryPoint ( Microsoft.Scripting.Silverlight.DynamicLanguageConfig langConfig ) : string

Pre-conditions: langConfig is the set of languages used to detect the entry point. Post-conditions: Returns the entryPoint's path as a string. It may still be null if the entry-point was not found. An exception is thrown if multiple entry points are found.

GetAndValidateEntryPoint ( string entryPoint, Microsoft.Scripting.Silverlight.DynamicLanguageConfig langConfig, DynamicScriptTags scriptTags ) : string

Gets and validates the entry-point. Pre-conditions: entryPoint is the path to validate langConfig is the list of languages used to detect the entry point. scriptTags track the