|
// <auto-generated>
using System.Reflection;
namespace Microsoft.CodeAnalysis.CSharp.Scripting
{
internal static partial class CSharpScriptingResources
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(CSharpScriptingResources)));
internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
/// <summary>Microsoft (R) Visual C# Interactive Compiler version {0}</summary>
internal static string @LogoLine1 => GetResourceString("LogoLine1");
/// <summary>Copyright (C) Microsoft Corporation. All rights reserved.</summary>
internal static string @LogoLine2 => GetResourceString("LogoLine2");
/// <summary>Usage: csi [option] ... [script-file.csx] [script-argument] ...
///
/// Executes script-file.csx if specified, otherwise launches an interactive REPL (Read Eval Print Loop).
///
/// Options:
/// /help Display this usage message (alternative form: ...</summary>
internal static string @InteractiveHelp => GetResourceString("InteractiveHelp");
}
}
|