//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.CodeAnalysis.Scripting { using System; using System.Reflection; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class ScriptingResources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ScriptingResources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.Scripting.ScriptingResources", typeof(ScriptingResources).GetTypeInfo().Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Absolute path expected. /// internal static string AbsolutePathExpected { get { return ResourceManager.GetString("AbsolutePathExpected", resourceCulture); } } /// /// Looks up a localized string similar to Assembly '{0}, Version={1}' has already been loaded from '{2}'. A different assembly with the same name and version can't be loaded: '{3}'.. /// internal static string AssemblyAlreadyLoaded { get { return ResourceManager.GetString("AssemblyAlreadyLoaded", resourceCulture); } } /// /// Looks up a localized string similar to Assembly '{0}' has already been loaded from '{1}'. A different assembly with the same name can't be loaded unless it's signed: '{2}'.. /// internal static string AssemblyAlreadyLoadedNotSigned { get { return ResourceManager.GetString("AssemblyAlreadyLoadedNotSigned", resourceCulture); } } /// /// Looks up a localized string similar to at {0} : {1}. /// internal static string AtFileLine { get { return ResourceManager.GetString("AtFileLine", resourceCulture); } } /// /// Looks up a localized string similar to Cannot set a constant variable. /// internal static string CannotSetConstantVariable { get { return ResourceManager.GetString("CannotSetConstantVariable", resourceCulture); } } /// /// Looks up a localized string similar to Cannot set a read-only variable. /// internal static string CannotSetReadOnlyVariable { get { return ResourceManager.GetString("CannotSetReadOnlyVariable", resourceCulture); } } /// /// Looks up a localized string similar to Can't assign '{0}' to '{1}'.. /// internal static string CantAssignTo { get { return ResourceManager.GetString("CantAssignTo", resourceCulture); } } /// /// Looks up a localized string similar to Display name or path cannot be empty.. /// internal static string DisplayNameOrPathCannotBe { get { return ResourceManager.GetString("DisplayNameOrPathCannotBe", resourceCulture); } } /// /// Looks up a localized string similar to Expected an assembly reference.. /// internal static string ExpectedAnAssemblyReference { get { return ResourceManager.GetString("ExpectedAnAssemblyReference", resourceCulture); } } /// /// Looks up a localized string similar to The globals of type '{0}' is not assignable to '{1}'. /// internal static string GlobalsNotAssignable { get { return ResourceManager.GetString("GlobalsNotAssignable", resourceCulture); } } /// /// Looks up a localized string similar to Global variables passed to a script without a global type. /// internal static string GlobalVariablesWithoutGlobalType { get { return ResourceManager.GetString("GlobalVariablesWithoutGlobalType", resourceCulture); } } /// /// Looks up a localized string similar to Type "#help" for more information.. /// internal static string HelpPrompt { get { return ResourceManager.GetString("HelpPrompt", resourceCulture); } } /// /// Looks up a localized string similar to Keyboard shortcuts: /// Enter If the current submission appears to be complete, evaluate it. Otherwise, insert a new line. /// Escape Clear the current submission. /// UpArrow Replace the current submission with a previous submission. /// DownArrow Replace the current submission with a subsequent submission (after having previously navigated backwards). /// Ctrl-C Exit the REPL. ///REPL commands: /// #help Display help on available commands and key bindings. ///Script directiv [rest of string was truncated]";. /// internal static string HelpText { get { return ResourceManager.GetString("HelpText", resourceCulture); } } /// /// Looks up a localized string similar to Invalid assembly name. /// internal static string InvalidAssemblyName { get { return ResourceManager.GetString("InvalidAssemblyName", resourceCulture); } } /// /// Looks up a localized string similar to Invalid characters in assemblyName. /// internal static string InvalidCharactersInAssemblyName { get { return ResourceManager.GetString("InvalidCharactersInAssemblyName", resourceCulture); } } /// /// Looks up a localized string similar to + additional {0} error. /// internal static string PlusAdditionalError { get { return ResourceManager.GetString("PlusAdditionalError", resourceCulture); } } /// /// Looks up a localized string similar to + additional {0} errors. /// internal static string PlusAdditionalErrors { get { return ResourceManager.GetString("PlusAdditionalErrors", resourceCulture); } } /// /// Looks up a localized string similar to The script requires access to global variables but none were given. /// internal static string ScriptRequiresGlobalVariables { get { return ResourceManager.GetString("ScriptRequiresGlobalVariables", resourceCulture); } } /// /// Looks up a localized string similar to !<Stack overflow while evaluating object>. /// internal static string StackOverflowWhileEvaluating { get { return ResourceManager.GetString("StackOverflowWhileEvaluating", resourceCulture); } } /// /// Looks up a localized string similar to Starting state was incompatible with script.. /// internal static string StartingStateIncompatible { get { return ResourceManager.GetString("StartingStateIncompatible", resourceCulture); } } } }