| File: src\751d26e32794f93c\Microsoft.CodeAnalysis.VisualBasic.Scripting.VBScriptingResources.vb | |
| Project: src\roslyn\src\Scripting\VisualBasic\Microsoft.CodeAnalysis.VisualBasic.Scripting.vbproj (Microsoft.CodeAnalysis.VisualBasic.Scripting) |
' <auto-generated> Imports System.Reflection Namespace Microsoft.CodeAnalysis.VisualBasic.Scripting Friend Partial Class VBScriptingResources Private Sub New End Sub Private Shared s_resourceManager As Global.System.Resources.ResourceManager Friend Shared ReadOnly Property ResourceManager As Global.System.Resources.ResourceManager Get If s_resourceManager Is Nothing Then s_resourceManager = New Global.System.Resources.ResourceManager(GetType(VBScriptingResources)) End If Return s_resourceManager End Get End Property Friend Shared Property Culture As Global.System.Globalization.CultureInfo <Global.System.Runtime.CompilerServices.MethodImpl(Global.System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)> Friend Shared Function GetResourceString(ByVal resourceKey As String, Optional ByVal defaultValue As String = Nothing) As String Return ResourceManager.GetString(resourceKey, Culture) End Function ''' <summary>Microsoft (R) Visual Basic Interactive Compiler version {0}</summary> Friend Shared ReadOnly Property [LogoLine1] As String Get Return GetResourceString("LogoLine1") End Get End Property ''' <summary>Copyright (C) Microsoft Corporation. All rights reserved.</summary> Friend Shared ReadOnly Property [LogoLine2] As String Get Return GetResourceString("LogoLine2") End Get End Property ''' <summary>Usage: vbi [options] [script-file.vbx] [-- script-arguments] ''' ''' If script-file is specified executes the script, otherwise launches an interactive REPL (Read Eval Print Loop). ''' ''' Options: ''' /help Display this usage message (Short form: ...</summary> Friend Shared ReadOnly Property [InteractiveHelp] As String Get Return GetResourceString("InteractiveHelp") End Get End Property ''' <summary>Cannot escape non-printable characters in Visual Basic notation unless quotes are used.</summary> Friend Shared ReadOnly Property [ExceptionEscapeWithoutQuote] As String Get Return GetResourceString("ExceptionEscapeWithoutQuote") End Get End Property End Class End Namespace