//------------------------------------------------------------------------------ // // 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 dnSpy.Roslyn.Properties { using System; /// /// 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", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class dnSpy_Roslyn_Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal dnSpy_Roslyn_Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("dnSpy.Roslyn.Properties.dnSpy.Roslyn.Resources", typeof(dnSpy_Roslyn_Resources).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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Classes. /// public static string ClassesToolTip { get { return ResourceManager.GetString("ClassesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Allow unsafe code. /// public static string CompilerSettings_AllowUnsafe { get { return ResourceManager.GetString("CompilerSettings_AllowUnsafe", resourceCulture); } } /// /// Looks up a localized string similar to Check for arithmetic overflow/underflow. /// public static string CompilerSettings_CheckOverflow { get { return ResourceManager.GetString("CompilerSettings_CheckOverflow", resourceCulture); } } /// /// Looks up a localized string similar to Embed Visual Basic runtime. /// public static string CompilerSettings_EmbedVBRuntime { get { return ResourceManager.GetString("CompilerSettings_EmbedVBRuntime", resourceCulture); } } /// /// Looks up a localized string similar to Optimize code. /// public static string CompilerSettings_Optimize { get { return ResourceManager.GetString("CompilerSettings_Optimize", resourceCulture); } } /// /// Looks up a localized string similar to Option compare: binary. /// public static string CompilerSettings_OptionCompareBinary { get { return ResourceManager.GetString("CompilerSettings_OptionCompareBinary", resourceCulture); } } /// /// Looks up a localized string similar to Option explicit. /// public static string CompilerSettings_OptionExplicit { get { return ResourceManager.GetString("CompilerSettings_OptionExplicit", resourceCulture); } } /// /// Looks up a localized string similar to Option infer. /// public static string CompilerSettings_OptionInfer { get { return ResourceManager.GetString("CompilerSettings_OptionInfer", resourceCulture); } } /// /// Looks up a localized string similar to Option strict. /// public static string CompilerSettings_OptionStrict { get { return ResourceManager.GetString("CompilerSettings_OptionStrict", resourceCulture); } } /// /// Looks up a localized string similar to Conditional compilation symbols. /// public static string CompilerSettings_PreprocessorSymbols { get { return ResourceManager.GetString("CompilerSettings_PreprocessorSymbols", resourceCulture); } } /// /// Looks up a localized string similar to All. /// public static string CompletionSet_All { get { return ResourceManager.GetString("CompletionSet_All", resourceCulture); } } /// /// Looks up a localized string similar to Constants. /// public static string ConstantsToolTip { get { return ResourceManager.GetString("ConstantsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Expression has been evaluated and has no value. /// public static string DebuggerExpressionHasNoValue { get { return ResourceManager.GetString("DebuggerExpressionHasNoValue", resourceCulture); } } /// /// Looks up a localized string similar to Static members. /// public static string DebuggerVarsWindow_CSharp_StaticMembers { get { return ResourceManager.GetString("DebuggerVarsWindow_CSharp_StaticMembers", resourceCulture); } } /// /// Looks up a localized string similar to Dynamic View. /// public static string DebuggerVarsWindow_DynamicView { get { return ResourceManager.GetString("DebuggerVarsWindow_DynamicView", resourceCulture); } } /// /// Looks up a localized string similar to Error. /// public static string DebuggerVarsWindow_Error_PropertyName { get { return ResourceManager.GetString("DebuggerVarsWindow_Error_PropertyName", resourceCulture); } } /// /// Looks up a localized string similar to Expanding the Dynamic View will get the dynamic members for the object. /// public static string DebuggerVarsWindow_ExpandDynamicViewMessage { get { return ResourceManager.GetString("DebuggerVarsWindow_ExpandDynamicViewMessage", resourceCulture); } } /// /// Looks up a localized string similar to Expanding the Results View will enumerate the IEnumerable. /// public static string DebuggerVarsWindow_ExpandResultsViewMessage { get { return ResourceManager.GetString("DebuggerVarsWindow_ExpandResultsViewMessage", resourceCulture); } } /// /// Looks up a localized string similar to Instance members. /// public static string DebuggerVarsWindow_InstanceMembers { get { return ResourceManager.GetString("DebuggerVarsWindow_InstanceMembers", resourceCulture); } } /// /// Looks up a localized string similar to Raw View. /// public static string DebuggerVarsWindow_RawView { get { return ResourceManager.GetString("DebuggerVarsWindow_RawView", resourceCulture); } } /// /// Looks up a localized string similar to Results View. /// public static string DebuggerVarsWindow_ResultsView { get { return ResourceManager.GetString("DebuggerVarsWindow_ResultsView", resourceCulture); } } /// /// Looks up a localized string similar to Shared members. /// public static string DebuggerVarsWindow_VisualBasic_SharedMembers { get { return ResourceManager.GetString("DebuggerVarsWindow_VisualBasic_SharedMembers", resourceCulture); } } /// /// Looks up a localized string similar to Delegates. /// public static string DelegatesToolTip { get { return ResourceManager.GetString("DelegatesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Only COM or Dynamic objects can have Dynamic View. /// public static string DynamicView_MustBeDynamicOrComType { get { return ResourceManager.GetString("DynamicView_MustBeDynamicOrComType", resourceCulture); } } /// /// Looks up a localized string similar to Dynamic View requires {0} to be referenced. /// public static string DynamicViewAssemblyNotLoaded { get { return ResourceManager.GetString("DynamicViewAssemblyNotLoaded", resourceCulture); } } /// /// Looks up a localized string similar to Enums. /// public static string EnumsToolTip { get { return ResourceManager.GetString("EnumsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Events. /// public static string EventsToolTip { get { return ResourceManager.GetString("EventsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Extension methods. /// public static string ExtensionMethodsToolTip { get { return ResourceManager.GetString("ExtensionMethodsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Fields. /// public static string FieldsToolTip { get { return ResourceManager.GetString("FieldsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Compiled expression threw an exception: {0}. /// public static string FilterExpressionEvaluator_CompiledExpressionThrewAnException { get { return ResourceManager.GetString("FilterExpressionEvaluator_CompiledExpressionThrewAnException", resourceCulture); } } /// /// Looks up a localized string similar to Expression is invalid. /// public static string FilterExpressionEvaluator_InvalidExpression { get { return ResourceManager.GetString("FilterExpressionEvaluator_InvalidExpression", resourceCulture); } } /// /// Looks up a localized string similar to Interfaces. /// public static string InterfacesToolTip { get { return ResourceManager.GetString("InterfacesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Keywords. /// public static string KeywordsToolTip { get { return ResourceManager.GetString("KeywordsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Locals and parameters. /// public static string LocalsAndParametersToolTip { get { return ResourceManager.GetString("LocalsAndParametersToolTip", resourceCulture); } } /// /// Looks up a localized string similar to {0} returned. /// public static string LocalsWindow_MethodOrProperty_Returned { get { return ResourceManager.GetString("LocalsWindow_MethodOrProperty_Returned", resourceCulture); } } /// /// Looks up a localized string similar to Type variables. /// public static string LocalsWindow_TypeVariables { get { return ResourceManager.GetString("LocalsWindow_TypeVariables", resourceCulture); } } /// /// Looks up a localized string similar to Methods. /// public static string MethodsToolTip { get { return ResourceManager.GetString("MethodsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Modules. /// public static string ModulesToolTip { get { return ResourceManager.GetString("ModulesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Namespaces. /// public static string NamespacesToolTip { get { return ResourceManager.GetString("NamespacesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Properties. /// public static string PropertiesToolTip { get { return ResourceManager.GetString("PropertiesToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Only Enumerable types can have Results View. /// public static string ResultsView_MustBeEnumerableType { get { return ResourceManager.GetString("ResultsView_MustBeEnumerableType", resourceCulture); } } /// /// Looks up a localized string similar to Snippets. /// public static string SnippetsToolTip { get { return ResourceManager.GetString("SnippetsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Structures. /// public static string StructuresToolTip { get { return ResourceManager.GetString("StructuresToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Results View requires {0} to be referenced. /// public static string SystemCoreDllNotLoaded { get { return ResourceManager.GetString("SystemCoreDllNotLoaded", resourceCulture); } } /// /// Looks up a localized string similar to Type '{0}' doesn't exist in assembly '{1}'. /// public static string TypeDoesNotExistInAssembly { get { return ResourceManager.GetString("TypeDoesNotExistInAssembly", resourceCulture); } } } }