C# Class Microsoft.Scripting.Silverlight.Settings

Afficher le fichier Open project: jschementi/iron

Private Properties

Свойство Type Description
FindEntryPoint string
GetAndValidateEntryPoint string
Parse void

Private Methods

Méthode Description
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