//------------------------------------------------------------------------------ // // 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.Decompiler.ILSpy.Core.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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class dnSpy_Decompiler_ILSpy_Core_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_Decompiler_ILSpy_Core_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.Decompiler.ILSpy.Core.Properties.dnSpy.Decompiler.ILSpy.Core.Resources", typeof(dnSpy_Decompiler_ILSpy_Core_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 Add using declarations. /// public static string DecompilerSettings_AddUsingDeclarations { get { return ResourceManager.GetString("DecompilerSettings_AddUsingDeclarations", resourceCulture); } } /// /// Looks up a localized string similar to Allow field initializers. /// public static string DecompilerSettings_AllowFieldInitializers { get { return ResourceManager.GetString("DecompilerSettings_AllowFieldInitializers", resourceCulture); } } /// /// Looks up a localized string similar to Always generate exception variables in catch blocks unless type is Object. /// public static string DecompilerSettings_AlwaysGenerateExceptionVariableForCatchBlocksUnlessTypeIsObject { get { return ResourceManager.GetString("DecompilerSettings_AlwaysGenerateExceptionVariableForCatchBlocksUnlessTypeIsObjec" + "t", resourceCulture); } } /// /// Looks up a localized string similar to Decompilation order. /// public static string DecompilerSettings_DecompilationOrder { get { return ResourceManager.GetString("DecompilerSettings_DecompilationOrder", resourceCulture); } } /// /// Looks up a localized string similar to Decompile anonymous methods/lambdas. /// public static string DecompilerSettings_DecompileAnonMethods { get { return ResourceManager.GetString("DecompilerSettings_DecompileAnonMethods", resourceCulture); } } /// /// Looks up a localized string similar to Decompile async methods (async/await). /// public static string DecompilerSettings_DecompileAsyncMethods { get { return ResourceManager.GetString("DecompilerSettings_DecompileAsyncMethods", resourceCulture); } } /// /// Looks up a localized string similar to Decompile automatic events. /// public static string DecompilerSettings_DecompileAutoEvents { get { return ResourceManager.GetString("DecompilerSettings_DecompileAutoEvents", resourceCulture); } } /// /// Looks up a localized string similar to Decompile automatic properties. /// public static string DecompilerSettings_DecompileAutoProps { get { return ResourceManager.GetString("DecompilerSettings_DecompileAutoProps", resourceCulture); } } /// /// Looks up a localized string similar to Decompile enumerators (yield return). /// public static string DecompilerSettings_DecompileEnumerators { get { return ResourceManager.GetString("DecompilerSettings_DecompileEnumerators", resourceCulture); } } /// /// Looks up a localized string similar to Decompile expression trees. /// public static string DecompilerSettings_DecompileExprTrees { get { return ResourceManager.GetString("DecompilerSettings_DecompileExprTrees", resourceCulture); } } /// /// Looks up a localized string similar to Decompile foreach statements. /// public static string DecompilerSettings_DecompileForeachStatements { get { return ResourceManager.GetString("DecompilerSettings_DecompileForeachStatements", resourceCulture); } } /// /// Looks up a localized string similar to Decompile lock statements. /// public static string DecompilerSettings_DecompileLockStatements { get { return ResourceManager.GetString("DecompilerSettings_DecompileLockStatements", resourceCulture); } } /// /// Looks up a localized string similar to Decompile query expressions. /// public static string DecompilerSettings_DecompileQueryExpr { get { return ResourceManager.GetString("DecompilerSettings_DecompileQueryExpr", resourceCulture); } } /// /// Looks up a localized string similar to Decompile switch on string. /// public static string DecompilerSettings_DecompileSwitchOnString { get { return ResourceManager.GetString("DecompilerSettings_DecompileSwitchOnString", resourceCulture); } } /// /// Looks up a localized string similar to Decompile using statements. /// public static string DecompilerSettings_DecompileUsingStatements { get { return ResourceManager.GetString("DecompilerSettings_DecompileUsingStatements", resourceCulture); } } /// /// Looks up a localized string similar to Add namespaces to all types. /// public static string DecompilerSettings_FullyQualifyAllTypes { get { return ResourceManager.GetString("DecompilerSettings_FullyQualifyAllTypes", resourceCulture); } } /// /// Looks up a localized string similar to Add a namespace to types with the same name. /// public static string DecompilerSettings_FullyQualifyAmbiguousTypeNames { get { return ResourceManager.GetString("DecompilerSettings_FullyQualifyAmbiguousTypeNames", resourceCulture); } } /// /// Looks up a localized string similar to Hexadecimal numbers. /// public static string DecompilerSettings_HexadecimalNumbers { get { return ResourceManager.GetString("DecompilerSettings_HexadecimalNumbers", resourceCulture); } } /// /// Looks up a localized string similar to Use increment and decrement operators. /// public static string DecompilerSettings_IntroduceIncrementAndDecrement { get { return ResourceManager.GetString("DecompilerSettings_IntroduceIncrementAndDecrement", resourceCulture); } } /// /// Looks up a localized string similar to Use assignment expressions such as in while ((count = Do()) != 0) ;. /// public static string DecompilerSettings_MakeAssignmentExpressions { get { return ResourceManager.GetString("DecompilerSettings_MakeAssignmentExpressions", resourceCulture); } } /// /// Looks up a localized string similar to Max number of array elements to show. /// public static string DecompilerSettings_MaxArrayElements { get { return ResourceManager.GetString("DecompilerSettings_MaxArrayElements", resourceCulture); } } /// /// Looks up a localized string similar to Max string length. /// public static string DecompilerSettings_MaxStringLength { get { return ResourceManager.GetString("DecompilerSettings_MaxStringLength", resourceCulture); } } /// /// Looks up a localized string similar to Add 'private' modifier to type members. /// public static string DecompilerSettings_MemberAddPrivateModifier { get { return ResourceManager.GetString("DecompilerSettings_MemberAddPrivateModifier", resourceCulture); } } /// /// Looks up a localized string similar to Decompile object or collection initializers. /// public static string DecompilerSettings_ObjectOrCollectionInitializers { get { return ResourceManager.GetString("DecompilerSettings_ObjectOrCollectionInitializers", resourceCulture); } } /// /// Looks up a localized string similar to Show one custom attribute per line. /// public static string DecompilerSettings_OneCustomAttributePerLine { get { return ResourceManager.GetString("DecompilerSettings_OneCustomAttributePerLine", resourceCulture); } } /// /// Looks up a localized string similar to Remove empty default constructors. /// public static string DecompilerSettings_RemoveEmptyDefaultCtors { get { return ResourceManager.GetString("DecompilerSettings_RemoveEmptyDefaultCtors", resourceCulture); } } /// /// Looks up a localized string similar to Replace 'new delegate-class(xxx)' with 'xxx'. /// public static string DecompilerSettings_RemoveNewDelegateClass { get { return ResourceManager.GetString("DecompilerSettings_RemoveNewDelegateClass", resourceCulture); } } /// /// Looks up a localized string similar to Show hidden compiler generated types and methods. /// public static string DecompilerSettings_ShowCompilerGeneratedTypes { get { return ResourceManager.GetString("DecompilerSettings_ShowCompilerGeneratedTypes", resourceCulture); } } /// /// Looks up a localized string similar to Show IL opcode comments. /// public static string DecompilerSettings_ShowILComments { get { return ResourceManager.GetString("DecompilerSettings_ShowILComments", resourceCulture); } } /// /// Looks up a localized string similar to Show IL instruction bytes. /// public static string DecompilerSettings_ShowILInstrBytes { get { return ResourceManager.GetString("DecompilerSettings_ShowILInstrBytes", resourceCulture); } } /// /// Looks up a localized string similar to Show line numbers and filenames if available. /// public static string DecompilerSettings_ShowPdbInfo { get { return ResourceManager.GetString("DecompilerSettings_ShowPdbInfo", resourceCulture); } } /// /// Looks up a localized string similar to Show tokens, RVAs and file offsets. /// public static string DecompilerSettings_ShowTokensRvasOffsets { get { return ResourceManager.GetString("DecompilerSettings_ShowTokensRvasOffsets", resourceCulture); } } /// /// Looks up a localized string similar to Show XML documentation in decompiled code. /// public static string DecompilerSettings_ShowXMLDocComments { get { return ResourceManager.GetString("DecompilerSettings_ShowXMLDocComments", resourceCulture); } } /// /// Looks up a localized string similar to Sort custom attributes. /// public static string DecompilerSettings_SortCustomAttributes { get { return ResourceManager.GetString("DecompilerSettings_SortCustomAttributes", resourceCulture); } } /// /// Looks up a localized string similar to Sort methods, fields, properties, events and types. /// public static string DecompilerSettings_SortMethods { get { return ResourceManager.GetString("DecompilerSettings_SortMethods", resourceCulture); } } /// /// Looks up a localized string similar to Place 'System' directives first when sorting usings. /// public static string DecompilerSettings_SortSystemFirst { get { return ResourceManager.GetString("DecompilerSettings_SortSystemFirst", resourceCulture); } } /// /// Looks up a localized string similar to Add 'internal' modifier to types. /// public static string DecompilerSettings_TypeAddInternalModifier { get { return ResourceManager.GetString("DecompilerSettings_TypeAddInternalModifier", resourceCulture); } } /// /// Looks up a localized string similar to Use variable names from debug symbols, if available. /// public static string DecompilerSettings_UseLocalNameFromSyms { get { return ResourceManager.GetString("DecompilerSettings_UseLocalNameFromSyms", resourceCulture); } } /// /// Looks up a localized string similar to Order members in source code order. /// public static string DecompilerSettings_UseSourceCodeOrder { get { return ResourceManager.GetString("DecompilerSettings_UseSourceCodeOrder", resourceCulture); } } } }