//------------------------------------------------------------------------------ // // 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.AsmEditor.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_AsmEditor_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_AsmEditor_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.AsmEditor.Properties.dnSpy.AsmEditor.Resources", typeof(dnSpy_AsmEditor_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 the instruction after the selected instruction. /// public static string AddAfterSelInstr_ToolTip { get { return ResourceManager.GetString("AddAfterSelInstr_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Add Assembly Reference. /// public static string AddAssemblyReferenceToolTip { get { return ResourceManager.GetString("AddAssemblyReferenceToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Add Source Code. /// public static string AddDocumentsToolTip { get { return ResourceManager.GetString("AddDocumentsToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Add Existing NetModule to Assembly.... /// public static string AddExistingNetModuleToAssemblyCommand { get { return ResourceManager.GetString("AddExistingNetModuleToAssemblyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Add Existing NetModule to Assembly. /// public static string AddExistingNetModuleToAssemblyCommand2 { get { return ResourceManager.GetString("AddExistingNetModuleToAssemblyCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Add Assembly Reference (GAC). /// public static string AddGacReferenceToolTip { get { return ResourceManager.GetString("AddGacReferenceToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Add New NetModule to Assembly.... /// public static string AddNewNetModuleToAssemblyCommand { get { return ResourceManager.GetString("AddNewNetModuleToAssemblyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Add New NetModule to Assembly. /// public static string AddNewNetModuleToAssemblyCommand2 { get { return ResourceManager.GetString("AddNewNetModuleToAssemblyCommand2", resourceCulture); } } /// /// Looks up a localized string similar to All files. /// public static string AllFiles { get { return ResourceManager.GetString("AllFiles", resourceCulture); } } /// /// Looks up a localized string similar to Append Object. /// public static string AppendObject { get { return ResourceManager.GetString("AppendObject", resourceCulture); } } /// /// Looks up a localized string similar to Append Type. /// public static string AppendType { get { return ResourceManager.GetString("AppendType", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to cancel the save?. /// public static string AskCancelSave { get { return ResourceManager.GetString("AskCancelSave", resourceCulture); } } /// /// Looks up a localized string similar to The save is being canceled. ///Are you sure you want to close the window?. /// public static string AskCancelSaveCloseWindow { get { return ResourceManager.GetString("AskCancelSaveCloseWindow", resourceCulture); } } /// /// Looks up a localized string similar to There could be code in some assembly that references this field. Are you sure you want to delete the field?. /// public static string AskDeleteField { get { return ResourceManager.GetString("AskDeleteField", resourceCulture); } } /// /// Looks up a localized string similar to There could be code in some assembly that references this method. Are you sure you want to delete the method?. /// public static string AskDeleteMethod { get { return ResourceManager.GetString("AskDeleteMethod", resourceCulture); } } /// /// Looks up a localized string similar to There could be code in some assembly that references this type. Are you sure you want to delete the type?. /// public static string AskDeleteType { get { return ResourceManager.GetString("AskDeleteType", resourceCulture); } } /// /// Looks up a localized string similar to There is an unsaved file. Do you want to save it before exiting?. /// public static string AskExitUnsavedFile { get { return ResourceManager.GetString("AskExitUnsavedFile", resourceCulture); } } /// /// Looks up a localized string similar to There are {0} unsaved files. Do you want to save them before exiting?. /// public static string AskExitUnsavedFiles { get { return ResourceManager.GetString("AskExitUnsavedFiles", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to load new assemblies and lose all changes?. /// public static string AskLoadAssembliesLoseChanges { get { return ResourceManager.GetString("AskLoadAssembliesLoseChanges", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to reload all assemblies and lose all changes?. /// public static string AskReloadAssembliesLoseChanges { get { return ResourceManager.GetString("AskReloadAssembliesLoseChanges", resourceCulture); } } /// /// Looks up a localized string similar to The file hasn't been saved yet. Do you want to save it before continuing?. /// public static string AskSaveFile { get { return ResourceManager.GetString("AskSaveFile", resourceCulture); } } /// /// Looks up a localized string similar to The files haven't been saved yet. Do you want to save them before continuing?. /// public static string AskSaveFiles { get { return ResourceManager.GetString("AskSaveFiles", resourceCulture); } } /// /// Looks up a localized string similar to _Disable JIT Compile Optimizer. /// public static string AssemblyDlg_Main_CB_DisableJITCompileOpt { get { return ResourceManager.GetString("AssemblyDlg_Main_CB_DisableJITCompileOpt", resourceCulture); } } /// /// Looks up a localized string similar to Enable _JIT Compile Tracking. /// public static string AssemblyDlg_Main_CB_EnableJITCompTrck { get { return ResourceManager.GetString("AssemblyDlg_Main_CB_EnableJITCompTrck", resourceCulture); } } /// /// Looks up a localized string similar to Proc_essor Arch Specified. /// public static string AssemblyDlg_Main_CB_ProcessArchSpec { get { return ResourceManager.GetString("AssemblyDlg_Main_CB_ProcessArchSpec", resourceCulture); } } /// /// Looks up a localized string similar to Public _Key. /// public static string AssemblyDlg_Main_CB_PublicKey { get { return ResourceManager.GetString("AssemblyDlg_Main_CB_PublicKey", resourceCulture); } } /// /// Looks up a localized string similar to _Retargetable. /// public static string AssemblyDlg_Main_CB_Retargetable { get { return ResourceManager.GetString("AssemblyDlg_Main_CB_Retargetable", resourceCulture); } } /// /// Looks up a localized string similar to Content _Type. /// public static string AssemblyDlg_Main_ContentType { get { return ResourceManager.GetString("AssemblyDlg_Main_ContentType", resourceCulture); } } /// /// Looks up a localized string similar to C_ulture. /// public static string AssemblyDlg_Main_Culture { get { return ResourceManager.GetString("AssemblyDlg_Main_Culture", resourceCulture); } } /// /// Looks up a localized string similar to .NET _Version. /// public static string AssemblyDlg_Main_DotNetVersion { get { return ResourceManager.GetString("AssemblyDlg_Main_DotNetVersion", resourceCulture); } } /// /// Looks up a localized string similar to _Hash Algorithm. /// public static string AssemblyDlg_Main_HashAlgorithm { get { return ResourceManager.GetString("AssemblyDlg_Main_HashAlgorithm", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string AssemblyDlg_Main_Name { get { return ResourceManager.GetString("AssemblyDlg_Main_Name", resourceCulture); } } /// /// Looks up a localized string similar to Proce_ssor Arch. /// public static string AssemblyDlg_Main_ProcessorArch { get { return ResourceManager.GetString("AssemblyDlg_Main_ProcessorArch", resourceCulture); } } /// /// Looks up a localized string similar to _Public Key. /// public static string AssemblyDlg_Main_PublicKey { get { return ResourceManager.GetString("AssemblyDlg_Main_PublicKey", resourceCulture); } } /// /// Looks up a localized string similar to _Version. /// public static string AssemblyDlg_Main_Version { get { return ResourceManager.GetString("AssemblyDlg_Main_Version", resourceCulture); } } /// /// Looks up a localized string similar to Base Type. /// public static string BaseTypeTab { get { return ResourceManager.GetString("BaseTypeTab", resourceCulture); } } /// /// Looks up a localized string similar to Base Type: {0}. /// public static string BaseTypeX { get { return ResourceManager.GetString("BaseTypeX", resourceCulture); } } /// /// Looks up a localized string similar to _Add. /// public static string Button_Add { get { return ResourceManager.GetString("Button_Add", resourceCulture); } } /// /// Looks up a localized string similar to _Add.... /// public static string Button_Add2 { get { return ResourceManager.GetString("Button_Add2", resourceCulture); } } /// /// Looks up a localized string similar to A_ppend. /// public static string Button_Append { get { return ResourceManager.GetString("Button_Append", resourceCulture); } } /// /// Looks up a localized string similar to Assembly. /// public static string Button_Assembly { get { return ResourceManager.GetString("Button_Assembly", resourceCulture); } } /// /// Looks up a localized string similar to _Cancel. /// public static string Button_Cancel { get { return ResourceManager.GetString("Button_Cancel", resourceCulture); } } /// /// Looks up a localized string similar to Cancel. /// public static string Button_Cancel2 { get { return ResourceManager.GetString("Button_Cancel2", resourceCulture); } } /// /// Looks up a localized string similar to Compile. /// public static string Button_Compile { get { return ResourceManager.GetString("Button_Compile", resourceCulture); } } /// /// Looks up a localized string similar to _Delete. /// public static string Button_Delete { get { return ResourceManager.GetString("Button_Delete", resourceCulture); } } /// /// Looks up a localized string similar to _Edit.... /// public static string Button_Edit { get { return ResourceManager.GetString("Button_Edit", resourceCulture); } } /// /// Looks up a localized string similar to _OK. /// public static string Button_OK { get { return ResourceManager.GetString("Button_OK", resourceCulture); } } /// /// Looks up a localized string similar to _Remove. /// public static string Button_Remove { get { return ResourceManager.GetString("Button_Remove", resourceCulture); } } /// /// Looks up a localized string similar to Reset. /// public static string Button_RestoreSettings { get { return ResourceManager.GetString("Button_RestoreSettings", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string CA_NA_Name { get { return ResourceManager.GetString("CA_NA_Name", resourceCulture); } } /// /// Looks up a localized string similar to Property/Field type. /// public static string CA_NA_PropertyFieldTypeToolTip { get { return ResourceManager.GetString("CA_NA_PropertyFieldTypeToolTip", resourceCulture); } } /// /// Looks up a localized string similar to C. /// public static string ClearCharacter { get { return ResourceManager.GetString("ClearCharacter", resourceCulture); } } /// /// Looks up a localized string similar to Clear Objects. /// public static string ClearCharacter_ToolTip { get { return ResourceManager.GetString("ClearCharacter_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to C. /// public static string ClearTypesCharacter { get { return ResourceManager.GetString("ClearTypesCharacter", resourceCulture); } } /// /// Looks up a localized string similar to Clear Types. /// public static string ClearTypesCharacter_ToolTip { get { return ResourceManager.GetString("ClearTypesCharacter_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Close All Missing Files. /// public static string CloseAllMissingFilesCommand { get { return ResourceManager.GetString("CloseAllMissingFilesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Close Old In-Memory Modules. /// public static string CloseOldInMemoryModules { get { return ResourceManager.GetString("CloseOldInMemoryModules", resourceCulture); } } /// /// Looks up a localized string similar to RID. /// public static string Column_Metadata_RID { get { return ResourceManager.GetString("Column_Metadata_RID", resourceCulture); } } /// /// Looks up a localized string similar to Code. /// public static string CompileDiagnostics_Header_Code { get { return ResourceManager.GetString("CompileDiagnostics_Header_Code", resourceCulture); } } /// /// Looks up a localized string similar to Description. /// public static string CompileDiagnostics_Header_Description { get { return ResourceManager.GetString("CompileDiagnostics_Header_Description", resourceCulture); } } /// /// Looks up a localized string similar to File. /// public static string CompileDiagnostics_Header_File { get { return ResourceManager.GetString("CompileDiagnostics_Header_File", resourceCulture); } } /// /// Looks up a localized string similar to Line. /// public static string CompileDiagnostics_Header_Line { get { return ResourceManager.GetString("CompileDiagnostics_Header_Line", resourceCulture); } } /// /// Looks up a localized string similar to Severity. /// public static string CompileDiagnostics_Header_Severity { get { return ResourceManager.GetString("CompileDiagnostics_Header_Severity", resourceCulture); } } /// /// Looks up a localized string similar to Compiler. /// public static string CompilerDlgTabTitle { get { return ResourceManager.GetString("CompilerDlgTabTitle", resourceCulture); } } /// /// Looks up a localized string similar to Constant. /// public static string ConstantDlg_Constant { get { return ResourceManager.GetString("ConstantDlg_Constant", resourceCulture); } } /// /// Looks up a localized string similar to Constructor Arguments. /// public static string ConstructorArguments { get { return ResourceManager.GetString("ConstructorArguments", resourceCulture); } } /// /// Looks up a localized string similar to Convert Assembly to NetModule. /// public static string ConvAssemblyToNetModuleCommand { get { return ResourceManager.GetString("ConvAssemblyToNetModuleCommand", resourceCulture); } } /// /// Looks up a localized string similar to Convert to Unconditional _Branch. /// public static string ConvertUncondBranchCommand { get { return ResourceManager.GetString("ConvertUncondBranchCommand", resourceCulture); } } /// /// Looks up a localized string similar to Convert to Unconditional _Branches. /// public static string ConvertUncondBranchesCommand { get { return ResourceManager.GetString("ConvertUncondBranchesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Convert NetModule to Assembly. /// public static string ConvNetModuleToAssemblyCommand { get { return ResourceManager.GetString("ConvNetModuleToAssemblyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Copy as Te_xt. /// public static string CopyAsTextCommand { get { return ResourceManager.GetString("CopyAsTextCommand", resourceCulture); } } /// /// Looks up a localized string similar to Copy as _Text. /// public static string CopyAsTextCommand2 { get { return ResourceManager.GetString("CopyAsTextCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Cop_y. /// public static string CopyCommand { get { return ResourceManager.GetString("CopyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Copy File Offset. /// public static string CopyFileOffsetCommand { get { return ResourceManager.GetString("CopyFileOffsetCommand", resourceCulture); } } /// /// Looks up a localized string similar to Copy File Offsets. /// public static string CopyFileOffsetsCommand { get { return ResourceManager.GetString("CopyFileOffsetsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Copy IL Bytes. /// public static string CopyILBytesCommand { get { return ResourceManager.GetString("CopyILBytesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+B. /// public static string CopyILBytesKey { get { return ResourceManager.GetString("CopyILBytesKey", resourceCulture); } } /// /// Looks up a localized string similar to Copy _MD Token. /// public static string CopyMetaDataToken { get { return ResourceManager.GetString("CopyMetaDataToken", resourceCulture); } } /// /// Looks up a localized string similar to Copy _MD Tokens. /// public static string CopyMetaDataTokens { get { return ResourceManager.GetString("CopyMetaDataTokens", resourceCulture); } } /// /// Looks up a localized string similar to C_opy RVA. /// public static string CopyRVACommand { get { return ResourceManager.GetString("CopyRVACommand", resourceCulture); } } /// /// Looks up a localized string similar to C_opy RVAs. /// public static string CopyRVAsCommand { get { return ResourceManager.GetString("CopyRVAsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Could not resolve the type. Make sure that its assembly has already been loaded.. /// public static string CouldNotResolveType { get { return ResourceManager.GetString("CouldNotResolveType", resourceCulture); } } /// /// Looks up a localized string similar to Create {0} TypeSigs. /// public static string Create_N_TypeSigs { get { return ResourceManager.GetString("Create_N_TypeSigs", resourceCulture); } } /// /// Looks up a localized string similar to Create a TypeSig. /// public static string Create_TypeSig { get { return ResourceManager.GetString("Create_TypeSig", resourceCulture); } } /// /// Looks up a localized string similar to Create TypeSigs. /// public static string Create_TypeSigs { get { return ResourceManager.GetString("Create_TypeSigs", resourceCulture); } } /// /// Looks up a localized string similar to {0} TypeSigs left. /// public static string Create_TypeSigs_N_Left { get { return ResourceManager.GetString("Create_TypeSigs_N_Left", resourceCulture); } } /// /// Looks up a localized string similar to One TypeSig left. /// public static string Create_TypeSigs_OneLeft { get { return ResourceManager.GetString("Create_TypeSigs_OneLeft", resourceCulture); } } /// /// Looks up a localized string similar to Create an Exception Catch Type. /// public static string CreateAnExceptionCatchType { get { return ResourceManager.GetString("CreateAnExceptionCatchType", resourceCulture); } } /// /// Looks up a localized string similar to Create Assembly.... /// public static string CreateAssemblyCommand { get { return ResourceManager.GetString("CreateAssemblyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Assembly. /// public static string CreateAssemblyCommand2 { get { return ResourceManager.GetString("CreateAssemblyCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Assembly Linked Resource.... /// public static string CreateAssemblyLinkedResourceCommand { get { return ResourceManager.GetString("CreateAssemblyLinkedResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Assembly Linked Resource. /// public static string CreateAssemblyLinkedResourceCommand2 { get { return ResourceManager.GetString("CreateAssemblyLinkedResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create System.Data.Bitmap/Icon Resource.... /// public static string CreateBitMapIconResourceCommand { get { return ResourceManager.GetString("CreateBitMapIconResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create System.Data.Bitmap/Icon Resource. /// public static string CreateBitMapIconResourceCommand2 { get { return ResourceManager.GetString("CreateBitMapIconResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Byte Array Resource.... /// public static string CreateByteArrayResourceCommand { get { return ResourceManager.GetString("CreateByteArrayResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Byte Array Resource. /// public static string CreateByteArrayResourceCommand2 { get { return ResourceManager.GetString("CreateByteArrayResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create a Constant. /// public static string CreateConstant_Title { get { return ResourceManager.GetString("CreateConstant_Title", resourceCulture); } } /// /// Looks up a localized string similar to Create Custom Attribute. /// public static string CreateCustomAttribute { get { return ResourceManager.GetString("CreateCustomAttribute", resourceCulture); } } /// /// Looks up a localized string similar to Create Event.... /// public static string CreateEventCommand { get { return ResourceManager.GetString("CreateEventCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Event. /// public static string CreateEventCommand2 { get { return ResourceManager.GetString("CreateEventCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Field.... /// public static string CreateFieldCommand { get { return ResourceManager.GetString("CreateFieldCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Field. /// public static string CreateFieldCommand2 { get { return ResourceManager.GetString("CreateFieldCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Field TypeSig. /// public static string CreateFieldTypeSig { get { return ResourceManager.GetString("CreateFieldTypeSig", resourceCulture); } } /// /// Looks up a localized string similar to Create File Linked Resource.... /// public static string CreateFileLinkedResourceCommand { get { return ResourceManager.GetString("CreateFileLinkedResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create File Linked Resource. /// public static string CreateFileLinkedResourceCommand2 { get { return ResourceManager.GetString("CreateFileLinkedResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create File Resource.... /// public static string CreateFileResourceCommand { get { return ResourceManager.GetString("CreateFileResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create File Resource. /// public static string CreateFileResourceCommand2 { get { return ResourceManager.GetString("CreateFileResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create FnPtr Method Signature. /// public static string CreateFnPtrMethodSignature { get { return ResourceManager.GetString("CreateFnPtrMethodSignature", resourceCulture); } } /// /// Looks up a localized string similar to Create Generic Instance Type Arguments. /// public static string CreateGenericInstanceTypeArguments { get { return ResourceManager.GetString("CreateGenericInstanceTypeArguments", resourceCulture); } } /// /// Looks up a localized string similar to Create Generic Parameter. /// public static string CreateGenericParameter { get { return ResourceManager.GetString("CreateGenericParameter", resourceCulture); } } /// /// Looks up a localized string similar to Create Generic Parameter Constraint. /// public static string CreateGenericParameterConstraint { get { return ResourceManager.GetString("CreateGenericParameterConstraint", resourceCulture); } } /// /// Looks up a localized string similar to Create System.Windows.Forms.ImageListStreamer Resource.... /// public static string CreateImageListStreamerResourceCommand { get { return ResourceManager.GetString("CreateImageListStreamerResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create System.Windows.Forms.ImageListStreamer Resource. /// public static string CreateImageListStreamerResourceCommand2 { get { return ResourceManager.GetString("CreateImageListStreamerResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Interface Impl. /// public static string CreateInterfaceImpl { get { return ResourceManager.GetString("CreateInterfaceImpl", resourceCulture); } } /// /// Looks up a localized string similar to Create a Local Type. /// public static string CreateLocalType { get { return ResourceManager.GetString("CreateLocalType", resourceCulture); } } /// /// Looks up a localized string similar to Create Method.... /// public static string CreateMethodCommand { get { return ResourceManager.GetString("CreateMethodCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Method. /// public static string CreateMethodCommand2 { get { return ResourceManager.GetString("CreateMethodCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Method Override. /// public static string CreateMethodOverride { get { return ResourceManager.GetString("CreateMethodOverride", resourceCulture); } } /// /// Looks up a localized string similar to Create MethodSig. /// public static string CreateMethodSig { get { return ResourceManager.GetString("CreateMethodSig", resourceCulture); } } /// /// Looks up a localized string similar to Create Method Signature. /// public static string CreateMethodSignature { get { return ResourceManager.GetString("CreateMethodSignature", resourceCulture); } } /// /// Looks up a localized string similar to Create Multi File Resource.... /// public static string CreateMultiFileResourceCommand { get { return ResourceManager.GetString("CreateMultiFileResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Multi File Resource. /// public static string CreateMultiFileResourceCommand2 { get { return ResourceManager.GetString("CreateMultiFileResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Nested Type.... /// public static string CreateNestedTypeCommand { get { return ResourceManager.GetString("CreateNestedTypeCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Nested Type. /// public static string CreateNestedTypeCommand2 { get { return ResourceManager.GetString("CreateNestedTypeCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create NetModule.... /// public static string CreateNetModuleCommand { get { return ResourceManager.GetString("CreateNetModuleCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create NetModule. /// public static string CreateNetModuleCommand2 { get { return ResourceManager.GetString("CreateNetModuleCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Parameter. /// public static string CreateParameter { get { return ResourceManager.GetString("CreateParameter", resourceCulture); } } /// /// Looks up a localized string similar to Create Property.... /// public static string CreatePropertyCommand { get { return ResourceManager.GetString("CreatePropertyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Property. /// public static string CreatePropertyCommand2 { get { return ResourceManager.GetString("CreatePropertyCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Property Signature. /// public static string CreatePropertySignature { get { return ResourceManager.GetString("CreatePropertySignature", resourceCulture); } } /// /// Looks up a localized string similar to Create Resource.... /// public static string CreateResourceCommand { get { return ResourceManager.GetString("CreateResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Resource. /// public static string CreateResourceCommand2 { get { return ResourceManager.GetString("CreateResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create Return Type. /// public static string CreateReturnType { get { return ResourceManager.GetString("CreateReturnType", resourceCulture); } } /// /// Looks up a localized string similar to Create Security Attribute. /// public static string CreateSecurityAttribute { get { return ResourceManager.GetString("CreateSecurityAttribute", resourceCulture); } } /// /// Looks up a localized string similar to Create Security Declaration. /// public static string CreateSecurityDeclaration { get { return ResourceManager.GetString("CreateSecurityDeclaration", resourceCulture); } } /// /// Looks up a localized string similar to Create System.IO.Stream Resource.... /// public static string CreateStreamResourceCommand { get { return ResourceManager.GetString("CreateStreamResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create System.IO.Stream Resource. /// public static string CreateStreamResourceCommand2 { get { return ResourceManager.GetString("CreateStreamResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create a Type. /// public static string CreateType { get { return ResourceManager.GetString("CreateType", resourceCulture); } } /// /// Looks up a localized string similar to Create Type.... /// public static string CreateTypeCommand { get { return ResourceManager.GetString("CreateTypeCommand", resourceCulture); } } /// /// Looks up a localized string similar to Create Type. /// public static string CreateTypeCommand2 { get { return ResourceManager.GetString("CreateTypeCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Create TypeSig. /// public static string CreateTypeSig { get { return ResourceManager.GetString("CreateTypeSig", resourceCulture); } } /// /// Looks up a localized string similar to Create TypeSpec. /// public static string CreateTypeSpec { get { return ResourceManager.GetString("CreateTypeSpec", resourceCulture); } } /// /// Looks up a localized string similar to Field. /// public static string CustomAttribute_NamedArg_Field { get { return ResourceManager.GetString("CustomAttribute_NamedArg_Field", resourceCulture); } } /// /// Looks up a localized string similar to Property. /// public static string CustomAttribute_NamedArg_Property { get { return ResourceManager.GetString("CustomAttribute_NamedArg_Property", resourceCulture); } } /// /// Looks up a localized string similar to Custom Attrs. /// public static string CustomAttributesTab { get { return ResourceManager.GetString("CustomAttributesTab", resourceCulture); } } /// /// Looks up a localized string similar to Cu_t. /// public static string CutCommand { get { return ResourceManager.GetString("CutCommand", resourceCulture); } } /// /// Looks up a localized string similar to Decompiling.... /// public static string Decompiling { get { return ResourceManager.GetString("Decompiling", resourceCulture); } } /// /// Looks up a localized string similar to Del. /// public static string DeleteCommandKey { get { return ResourceManager.GetString("DeleteCommandKey", resourceCulture); } } /// /// Looks up a localized string similar to Delete Event. /// public static string DeleteEventCommand { get { return ResourceManager.GetString("DeleteEventCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete {0} events. /// public static string DeleteEvents { get { return ResourceManager.GetString("DeleteEvents", resourceCulture); } } /// /// Looks up a localized string similar to Delete Field. /// public static string DeleteFieldCommand { get { return ResourceManager.GetString("DeleteFieldCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete {0} fields. /// public static string DeleteFieldsCommand { get { return ResourceManager.GetString("DeleteFieldsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete Method. /// public static string DeleteMethodCommand { get { return ResourceManager.GetString("DeleteMethodCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete {0} methods. /// public static string DeleteMethodsCommand { get { return ResourceManager.GetString("DeleteMethodsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete Namespace. /// public static string DeleteNamespaceCommand { get { return ResourceManager.GetString("DeleteNamespaceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete {0} Namespaces. /// public static string DeleteNamespacesCommand { get { return ResourceManager.GetString("DeleteNamespacesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete {0} properties. /// public static string DeletePropertiesCommand { get { return ResourceManager.GetString("DeletePropertiesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete Property. /// public static string DeletePropertyCommand { get { return ResourceManager.GetString("DeletePropertyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete Resource. /// public static string DeleteResourceCommand { get { return ResourceManager.GetString("DeleteResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete {0} resources. /// public static string DeleteResourcesCommand { get { return ResourceManager.GetString("DeleteResourcesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete Type. /// public static string DeleteTypeCommand { get { return ResourceManager.GetString("DeleteTypeCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete {0} types. /// public static string DeleteTypesCommand { get { return ResourceManager.GetString("DeleteTypesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Delete {0}. /// public static string DeleteX { get { return ResourceManager.GetString("DeleteX", resourceCulture); } } /// /// Looks up a localized string similar to Disable Memory Mapped I/O. /// public static string DisableMMapIOCommand { get { return ResourceManager.GetString("DisableMMapIOCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Assembly Attributes. /// public static string EditAssemblyCode { get { return ResourceManager.GetString("EditAssemblyCode", resourceCulture); } } /// /// Looks up a localized string similar to Edit Assembly Attributes ({0}).... /// public static string EditAssemblyCode2 { get { return ResourceManager.GetString("EditAssemblyCode2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Assembly.... /// public static string EditAssemblyCommand { get { return ResourceManager.GetString("EditAssemblyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Assembly. /// public static string EditAssemblyCommand2 { get { return ResourceManager.GetString("EditAssemblyCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Add Class. /// public static string EditCodeAddClass { get { return ResourceManager.GetString("EditCodeAddClass", resourceCulture); } } /// /// Looks up a localized string similar to Add Class ({0}).... /// public static string EditCodeAddClass2 { get { return ResourceManager.GetString("EditCodeAddClass2", resourceCulture); } } /// /// Looks up a localized string similar to Add Class Members. /// public static string EditCodeAddClassMembers { get { return ResourceManager.GetString("EditCodeAddClassMembers", resourceCulture); } } /// /// Looks up a localized string similar to Add Class Members ({0}).... /// public static string EditCodeAddClassMembers2 { get { return ResourceManager.GetString("EditCodeAddClassMembers2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Class. /// public static string EditCodeEditClass { get { return ResourceManager.GetString("EditCodeEditClass", resourceCulture); } } /// /// Looks up a localized string similar to Edit Class ({0}).... /// public static string EditCodeEditClass2 { get { return ResourceManager.GetString("EditCodeEditClass2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Code. /// public static string EditCodeTitle { get { return ResourceManager.GetString("EditCodeTitle", resourceCulture); } } /// /// Looks up a localized string similar to Edit Custom Attribute. /// public static string EditCustomAttribute { get { return ResourceManager.GetString("EditCustomAttribute", resourceCulture); } } /// /// Looks up a localized string similar to Edit Event.... /// public static string EditEventCommand { get { return ResourceManager.GetString("EditEventCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Event. /// public static string EditEventCommand2 { get { return ResourceManager.GetString("EditEventCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Field.... /// public static string EditFieldCommand { get { return ResourceManager.GetString("EditFieldCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Field. /// public static string EditFieldCommand2 { get { return ResourceManager.GetString("EditFieldCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Field MemberRef. /// public static string EditFieldMemberRef { get { return ResourceManager.GetString("EditFieldMemberRef", resourceCulture); } } /// /// Looks up a localized string similar to Edit Generic Parameter. /// public static string EditGenericParameter { get { return ResourceManager.GetString("EditGenericParameter", resourceCulture); } } /// /// Looks up a localized string similar to Edit Generic Parameter Constraint. /// public static string EditGenericParameterConstraint { get { return ResourceManager.GetString("EditGenericParameterConstraint", resourceCulture); } } /// /// Looks up a localized string similar to Edit IL Instruction_s.... /// public static string EditILInstructionsCommand { get { return ResourceManager.GetString("EditILInstructionsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Interface Impl. /// public static string EditInterfaceImpl { get { return ResourceManager.GetString("EditInterfaceImpl", resourceCulture); } } /// /// Looks up a localized string similar to Edit MemberRef. /// public static string EditMemberRef { get { return ResourceManager.GetString("EditMemberRef", resourceCulture); } } /// /// Looks up a localized string similar to Edit Method ({0}).... /// public static string EditMethodBodyCode { get { return ResourceManager.GetString("EditMethodBodyCode", resourceCulture); } } /// /// Looks up a localized string similar to Edit Method Body.... /// public static string EditMethodBodyCommand { get { return ResourceManager.GetString("EditMethodBodyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Method Body. /// public static string EditMethodBodyCommand2 { get { return ResourceManager.GetString("EditMethodBodyCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Method Code. /// public static string EditMethodCode { get { return ResourceManager.GetString("EditMethodCode", resourceCulture); } } /// /// Looks up a localized string similar to Edit Method.... /// public static string EditMethodCommand { get { return ResourceManager.GetString("EditMethodCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Method. /// public static string EditMethodCommand2 { get { return ResourceManager.GetString("EditMethodCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Method MemberRef. /// public static string EditMethodMemberRef { get { return ResourceManager.GetString("EditMethodMemberRef", resourceCulture); } } /// /// Looks up a localized string similar to Edit Method Override. /// public static string EditMethodOverride { get { return ResourceManager.GetString("EditMethodOverride", resourceCulture); } } /// /// Looks up a localized string similar to Edit MethodSpec. /// public static string EditMethodSpec { get { return ResourceManager.GetString("EditMethodSpec", resourceCulture); } } /// /// Looks up a localized string similar to Edit Module.... /// public static string EditModuleCommand { get { return ResourceManager.GetString("EditModuleCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Module. /// public static string EditModuleCommand2 { get { return ResourceManager.GetString("EditModuleCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Namespace. /// public static string EditNamespace { get { return ResourceManager.GetString("EditNamespace", resourceCulture); } } /// /// Looks up a localized string similar to _Field.... /// public static string EditOperand_Field { get { return ResourceManager.GetString("EditOperand_Field", resourceCulture); } } /// /// Looks up a localized string similar to F_ield MemberRef.... /// public static string EditOperand_Field_MemberRef { get { return ResourceManager.GetString("EditOperand_Field_MemberRef", resourceCulture); } } /// /// Looks up a localized string similar to _Method.... /// public static string EditOperand_Method { get { return ResourceManager.GetString("EditOperand_Method", resourceCulture); } } /// /// Looks up a localized string similar to M_ethod MemberRef.... /// public static string EditOperand_Method_MemberRef { get { return ResourceManager.GetString("EditOperand_Method_MemberRef", resourceCulture); } } /// /// Looks up a localized string similar to Met_hodSpec.... /// public static string EditOperand_MethodSpec { get { return ResourceManager.GetString("EditOperand_MethodSpec", resourceCulture); } } /// /// Looks up a localized string similar to _Type.... /// public static string EditOperand_Type { get { return ResourceManager.GetString("EditOperand_Type", resourceCulture); } } /// /// Looks up a localized string similar to Type_Spec.... /// public static string EditOperand_TypeSpec { get { return ResourceManager.GetString("EditOperand_TypeSpec", resourceCulture); } } /// /// Looks up a localized string similar to Edit ParamDef. /// public static string EditParamDef { get { return ResourceManager.GetString("EditParamDef", resourceCulture); } } /// /// Looks up a localized string similar to Edit Parameter. /// public static string EditParameter { get { return ResourceManager.GetString("EditParameter", resourceCulture); } } /// /// Looks up a localized string similar to Edit Property.... /// public static string EditPropertyCommand { get { return ResourceManager.GetString("EditPropertyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Property. /// public static string EditPropertyCommand2 { get { return ResourceManager.GetString("EditPropertyCommand2", resourceCulture); } } /// /// Looks up a localized string similar to _Does not contain metadata. /// public static string EditResource_ContainsNoMetadata { get { return ResourceManager.GetString("EditResource_ContainsNoMetadata", resourceCulture); } } /// /// Looks up a localized string similar to _File. /// public static string EditResource_File { get { return ResourceManager.GetString("EditResource_File", resourceCulture); } } /// /// Looks up a localized string similar to _Hash. /// public static string EditResource_Hash { get { return ResourceManager.GetString("EditResource_Hash", resourceCulture); } } /// /// Looks up a localized string similar to _Visibility. /// public static string EditResource_Visibility { get { return ResourceManager.GetString("EditResource_Visibility", resourceCulture); } } /// /// Looks up a localized string similar to Edit Resource.... /// public static string EditResourceCommand { get { return ResourceManager.GetString("EditResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Resource. /// public static string EditResourceCommand2 { get { return ResourceManager.GetString("EditResourceCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Edit Security Attribute. /// public static string EditSecurityAttribute { get { return ResourceManager.GetString("EditSecurityAttribute", resourceCulture); } } /// /// Looks up a localized string similar to Edit Security Declaration. /// public static string EditSecurityDeclaration { get { return ResourceManager.GetString("EditSecurityDeclaration", resourceCulture); } } /// /// Looks up a localized string similar to Edit Switch Operand. /// public static string EditSwitchInstructionOperand { get { return ResourceManager.GetString("EditSwitchInstructionOperand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Type.... /// public static string EditTypeCommand { get { return ResourceManager.GetString("EditTypeCommand", resourceCulture); } } /// /// Looks up a localized string similar to Edit Type. /// public static string EditTypeCommand2 { get { return ResourceManager.GetString("EditTypeCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Add New Exception Handler Be_fore Selection. /// public static string EH_Command1 { get { return ResourceManager.GetString("EH_Command1", resourceCulture); } } /// /// Looks up a localized string similar to Add New Exception Handler After Sele_ction. /// public static string EH_Command2 { get { return ResourceManager.GetString("EH_Command2", resourceCulture); } } /// /// Looks up a localized string similar to _Append New Exception Handler. /// public static string EH_Command3 { get { return ResourceManager.GetString("EH_Command3", resourceCulture); } } /// /// Looks up a localized string similar to _Remove Exception Handler. /// public static string EH_Command4 { get { return ResourceManager.GetString("EH_Command4", resourceCulture); } } /// /// Looks up a localized string similar to _Remove Exception Handlers. /// public static string EH_Command5 { get { return ResourceManager.GetString("EH_Command5", resourceCulture); } } /// /// Looks up a localized string similar to Remo_ve All Exception Handlers. /// public static string EH_Command6 { get { return ResourceManager.GetString("EH_Command6", resourceCulture); } } /// /// Looks up a localized string similar to <empty filename>. /// public static string EmptyFilename { get { return ResourceManager.GetString("EmptyFilename", resourceCulture); } } /// /// Looks up a localized string similar to Enum: {0}. /// public static string EnumType { get { return ResourceManager.GetString("EnumType", resourceCulture); } } /// /// Looks up a localized string similar to Adding or removing 'static' or 'Shared' from edited methods isn't supported: {0}. /// public static string ERR_IM_AddingRemovingStaticFromEditedMethodNotSupported { get { return ResourceManager.GetString("ERR_IM_AddingRemovingStaticFromEditedMethodNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find the edited method. Make sure you didn't add or remove 'static' or 'Shared' or changed the parameter types, return type or method name: {0}. /// public static string ERR_IM_CouldNotFindEditedMethod { get { return ResourceManager.GetString("ERR_IM_CouldNotFindEditedMethod", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find the edited type: {0}. /// public static string ERR_IM_CouldNotFindEditedType { get { return ResourceManager.GetString("ERR_IM_CouldNotFindEditedType", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find field: {0}. /// public static string ERR_IM_CouldNotFindField { get { return ResourceManager.GetString("ERR_IM_CouldNotFindField", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find method: {0}. /// public static string ERR_IM_CouldNotFindMethod { get { return ResourceManager.GetString("ERR_IM_CouldNotFindMethod", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find the edited method's type: {0}. /// public static string ERR_IM_CouldNotFindMethodType { get { return ResourceManager.GetString("ERR_IM_CouldNotFindMethodType", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't find type: {0}. /// public static string ERR_IM_CouldNotFindType { get { return ResourceManager.GetString("ERR_IM_CouldNotFindType", resourceCulture); } } /// /// Looks up a localized string similar to Renaming of virtual events isn't supported: {0}. /// public static string ERR_IM_RenamingVirtualEventsIsNotSupported { get { return ResourceManager.GetString("ERR_IM_RenamingVirtualEventsIsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Renaming of virtual methods isn't supported: {0}. /// public static string ERR_IM_RenamingVirtualMethodsIsNotSupported { get { return ResourceManager.GetString("ERR_IM_RenamingVirtualMethodsIsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Renaming of virtual properties isn't supported: {0}. /// public static string ERR_IM_RenamingVirtualPropsIsNotSupported { get { return ResourceManager.GetString("ERR_IM_RenamingVirtualPropsIsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to <error>. /// public static string Error { get { return ResourceManager.GetString("Error", resourceCulture); } } /// /// Looks up a localized string similar to Assembly must not be empty.. /// public static string Error_AssemblyFieldMustNotBeEmpty { get { return ResourceManager.GetString("Error_AssemblyFieldMustNotBeEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't add the assembly references.. /// public static string Error_CouldNotAddAssemblyReferences { get { return ResourceManager.GetString("Error_CouldNotAddAssemblyReferences", resourceCulture); } } /// /// Looks up a localized string similar to Could not find method: {0}. /// public static string Error_CouldNotFindMethod { get { return ResourceManager.GetString("Error_CouldNotFindMethod", resourceCulture); } } /// /// Looks up a localized string similar to Could not find the type or its assembly.. /// public static string Error_CouldNotFindTypeOrItsAssembly { get { return ResourceManager.GetString("Error_CouldNotFindTypeOrItsAssembly", resourceCulture); } } /// /// Looks up a localized string similar to Could not load type '{0}': {1}. /// public static string Error_CouldNotLoadType { get { return ResourceManager.GetString("Error_CouldNotLoadType", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't serialize the images. Error: {0}. /// public static string Error_CouldNotSerializeImages { get { return ResourceManager.GetString("Error_CouldNotSerializeImages", resourceCulture); } } /// /// Looks up a localized string similar to (De)serialization is disabled in the settings.. /// public static string Error_DeSerializationDisabledInSettings { get { return ResourceManager.GetString("Error_DeSerializationDisabledInSettings", resourceCulture); } } /// /// Looks up a localized string similar to It's not possible to create an empty image list. /// public static string Error_EmptyImageList { get { return ResourceManager.GetString("Error_EmptyImageList", resourceCulture); } } /// /// Looks up a localized string similar to Filename contains at least one invalid path character.. /// public static string Error_Filename_ContainsInvalidPathCharacter { get { return ResourceManager.GetString("Error_Filename_ContainsInvalidPathCharacter", resourceCulture); } } /// /// Looks up a localized string similar to Filename can't be empty.. /// public static string Error_Filename_Empty { get { return ResourceManager.GetString("Error_Filename_Empty", resourceCulture); } } /// /// Looks up a localized string similar to Folder '{0}' doesn't exist.. /// public static string Error_Filename_FolderDoesNotExist { get { return ResourceManager.GetString("Error_Filename_FolderDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to A folder with the same name as the filename already exists.. /// public static string Error_Filename_FolderExists { get { return ResourceManager.GetString("Error_Filename_FolderExists", resourceCulture); } } /// /// Looks up a localized string similar to Filename can't contain only white space. /// public static string Error_Filename_OnlyWhitespace { get { return ResourceManager.GetString("Error_Filename_OnlyWhitespace", resourceCulture); } } /// /// Looks up a localized string similar to The filename is a reserved operating system filename and can't be used.. /// public static string Error_Filename_ReservedOSFilename { get { return ResourceManager.GetString("Error_Filename_ReservedOSFilename", resourceCulture); } } /// /// Looks up a localized string similar to Filename is too long.. /// public static string Error_Filename_TooLong { get { return ResourceManager.GetString("Error_Filename_TooLong", resourceCulture); } } /// /// Looks up a localized string similar to Instruction has been removed. /// public static string Error_InstrHasBeenRemoved { get { return ResourceManager.GetString("Error_InstrHasBeenRemoved", resourceCulture); } } /// /// Looks up a localized string similar to Instruction target has been removed. /// public static string Error_InstrTargetHasBeenRemoved { get { return ResourceManager.GetString("Error_InstrTargetHasBeenRemoved", resourceCulture); } } /// /// Looks up a localized string similar to Can't use this data: {0}. /// public static string Error_InvalidResourceData { get { return ResourceManager.GetString("Error_InvalidResourceData", resourceCulture); } } /// /// Looks up a localized string similar to Local has been removed. /// public static string Error_LocalHasBeenRemoved { get { return ResourceManager.GetString("Error_LocalHasBeenRemoved", resourceCulture); } } /// /// Looks up a localized string similar to New data must be an image. Error: {0}. /// public static string Error_NewResourceDataMustBeImage { get { return ResourceManager.GetString("Error_NewResourceDataMustBeImage", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not a NetModule. /// public static string Error_NotNetModule { get { return ResourceManager.GetString("Error_NotNetModule", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not a strong name key file (snk). /// public static string Error_NotSNKFile { get { return ResourceManager.GetString("Error_NotSNKFile", resourceCulture); } } /// /// Looks up a localized string similar to Only instructions can be selected. /// public static string Error_OnlyInstrsCanBeSelected { get { return ResourceManager.GetString("Error_OnlyInstrsCanBeSelected", resourceCulture); } } /// /// Looks up a localized string similar to Error opening file: {0}. /// public static string Error_OpenFile { get { return ResourceManager.GetString("Error_OpenFile", resourceCulture); } } /// /// Looks up a localized string similar to Could not open file or it's not an image. Error: {0}. /// public static string Error_OpenImage { get { return ResourceManager.GetString("Error_OpenImage", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be a field. /// public static string Error_OpMustBeField { get { return ResourceManager.GetString("Error_OpMustBeField", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be an instruction. /// public static string Error_OpMustBeInstr { get { return ResourceManager.GetString("Error_OpMustBeInstr", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be a list of instructions. /// public static string Error_OpMustBeListInstrs { get { return ResourceManager.GetString("Error_OpMustBeListInstrs", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be a local. /// public static string Error_OpMustBeLocal { get { return ResourceManager.GetString("Error_OpMustBeLocal", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be a method. /// public static string Error_OpMustBeMethod { get { return ResourceManager.GetString("Error_OpMustBeMethod", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be a method signature. /// public static string Error_OpMustBeMethodSig { get { return ResourceManager.GetString("Error_OpMustBeMethodSig", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be a parameter. /// public static string Error_OpMustBeParam { get { return ResourceManager.GetString("Error_OpMustBeParam", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be a type. /// public static string Error_OpMustBeType { get { return ResourceManager.GetString("Error_OpMustBeType", resourceCulture); } } /// /// Looks up a localized string similar to Operand must be a type, method, field. /// public static string Error_OpMustBeTypeMethodField { get { return ResourceManager.GetString("Error_OpMustBeTypeMethodField", resourceCulture); } } /// /// Looks up a localized string similar to Error reading files: {0}. /// public static string Error_ReadingFiles { get { return ResourceManager.GetString("Error_ReadingFiles", resourceCulture); } } /// /// Looks up a localized string similar to Switch instruction target has been removed. /// public static string Error_SwitchInstrTargetHasBeenRemoved { get { return ResourceManager.GetString("Error_SwitchInstrTargetHasBeenRemoved", resourceCulture); } } /// /// Looks up a localized string similar to Version string is too long. /// public static string Error_VersionStringTooLong { get { return ResourceManager.GetString("Error_VersionStringTooLong", resourceCulture); } } /// /// Looks up a localized string similar to C. /// public static string Event_ClearCharacter { get { return ResourceManager.GetString("Event_ClearCharacter", resourceCulture); } } /// /// Looks up a localized string similar to Set to null. /// public static string Event_ClearCharacter_ToolTip { get { return ResourceManager.GetString("Event_ClearCharacter_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Invoke.... /// public static string Event_InvokeMethod { get { return ResourceManager.GetString("Event_InvokeMethod", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string Event_Name { get { return ResourceManager.GetString("Event_Name", resourceCulture); } } /// /// Looks up a localized string similar to _Remove.... /// public static string Event_RemoveMethod { get { return ResourceManager.GetString("Event_RemoveMethod", resourceCulture); } } /// /// Looks up a localized string similar to Event Type: {0}. /// public static string EventType { get { return ResourceManager.GetString("EventType", resourceCulture); } } /// /// Looks up a localized string similar to CatchType. /// public static string ExceptionHandler_Column_CatchType { get { return ResourceManager.GetString("ExceptionHandler_Column_CatchType", resourceCulture); } } /// /// Looks up a localized string similar to FilterStart. /// public static string ExceptionHandler_Column_FilterStart { get { return ResourceManager.GetString("ExceptionHandler_Column_FilterStart", resourceCulture); } } /// /// Looks up a localized string similar to HandlerEnd. /// public static string ExceptionHandler_Column_HandlerEnd { get { return ResourceManager.GetString("ExceptionHandler_Column_HandlerEnd", resourceCulture); } } /// /// Looks up a localized string similar to HandlerStart. /// public static string ExceptionHandler_Column_HandlerStart { get { return ResourceManager.GetString("ExceptionHandler_Column_HandlerStart", resourceCulture); } } /// /// Looks up a localized string similar to TryEnd. /// public static string ExceptionHandler_Column_TryEnd { get { return ResourceManager.GetString("ExceptionHandler_Column_TryEnd", resourceCulture); } } /// /// Looks up a localized string similar to TryStart. /// public static string ExceptionHandler_Column_TryStart { get { return ResourceManager.GetString("ExceptionHandler_Column_TryStart", resourceCulture); } } /// /// Looks up a localized string similar to Type. /// public static string ExceptionHandler_Column_Type { get { return ResourceManager.GetString("ExceptionHandler_Column_Type", resourceCulture); } } /// /// Looks up a localized string similar to Exception Handlers. /// public static string ExceptionHandlersTab { get { return ResourceManager.GetString("ExceptionHandlersTab", resourceCulture); } } /// /// Looks up a localized string similar to _Access. /// public static string Field_Access { get { return ResourceManager.GetString("Field_Access", resourceCulture); } } /// /// Looks up a localized string similar to Default value for this field. /// public static string Field_DefaultValueInfo { get { return ResourceManager.GetString("Field_DefaultValueInfo", resourceCulture); } } /// /// Looks up a localized string similar to Flags. /// public static string Field_Flags { get { return ResourceManager.GetString("Field_Flags", resourceCulture); } } /// /// Looks up a localized string similar to Initial_Value. /// public static string Field_InitialValue { get { return ResourceManager.GetString("Field_InitialValue", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string Field_Name { get { return ResourceManager.GetString("Field_Name", resourceCulture); } } /// /// Looks up a localized string similar to O_ffset. /// public static string Field_Offset { get { return ResourceManager.GetString("Field_Offset", resourceCulture); } } /// /// Looks up a localized string similar to _RVA. /// public static string Field_RVA { get { return ResourceManager.GetString("Field_RVA", resourceCulture); } } /// /// Looks up a localized string similar to Field Type: {0}. /// public static string FieldType { get { return ResourceManager.GetString("FieldType", resourceCulture); } } /// /// Looks up a localized string similar to Find. /// public static string FindCommand { get { return ResourceManager.GetString("FindCommand", resourceCulture); } } /// /// Looks up a localized string similar to Flags. /// public static string Flags { get { return ResourceManager.GetString("Flags", resourceCulture); } } /// /// Looks up a localized string similar to gparam({0}). /// public static string GenericParameterNumber { get { return ResourceManager.GetString("GenericParameterNumber", resourceCulture); } } /// /// Looks up a localized string similar to Generic Params. /// public static string GenericParametersTab { get { return ResourceManager.GetString("GenericParametersTab", resourceCulture); } } /// /// Looks up a localized string similar to Invalid metadata token: 0x{0:X8}. /// public static string GoToMetaDataTableRow_InvalidMetadataToken { get { return ResourceManager.GetString("GoToMetaDataTableRow_InvalidMetadataToken", resourceCulture); } } /// /// Looks up a localized string similar to _Metadata token. /// public static string GoToMetaDataTableRow_MetadataToken { get { return ResourceManager.GetString("GoToMetaDataTableRow_MetadataToken", resourceCulture); } } /// /// Looks up a localized string similar to _RID. /// public static string GoToMetaDataTableRow_RID { get { return ResourceManager.GetString("GoToMetaDataTableRow_RID", resourceCulture); } } /// /// Looks up a localized string similar to Token {0:X8} doesn't exist in the metadata. /// public static string GoToMetaDataTableRow_TokenDoesNotExist { get { return ResourceManager.GetString("GoToMetaDataTableRow_TokenDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Go to MD Table Row ({0:X8}). /// public static string GoToMetaDataTableRowCommand { get { return ResourceManager.GetString("GoToMetaDataTableRowCommand", resourceCulture); } } /// /// Looks up a localized string similar to Go to MD Table Row.... /// public static string GoToMetaDataTableRowCommand2 { get { return ResourceManager.GetString("GoToMetaDataTableRowCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Go to MD Table Row. /// public static string GoToMetaDataTableRowTitle { get { return ResourceManager.GetString("GoToMetaDataTableRowTitle", resourceCulture); } } /// /// Looks up a localized string similar to Invalid RID: {0}. /// public static string GoToRowIdentifier_InvalidRowIdentifier { get { return ResourceManager.GetString("GoToRowIdentifier_InvalidRowIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to Go to RID. /// public static string GoToRowIdentifier_Title { get { return ResourceManager.GetString("GoToRowIdentifier_Title", resourceCulture); } } /// /// Looks up a localized string similar to _Go to RID.... /// public static string GoToRowIdentifierCommand { get { return ResourceManager.GetString("GoToRowIdentifierCommand", resourceCulture); } } /// /// Looks up a localized string similar to C_lass. /// public static string GP_Class { get { return ResourceManager.GetString("GP_Class", resourceCulture); } } /// /// Looks up a localized string similar to Constraints. /// public static string GP_Constraints { get { return ResourceManager.GetString("GP_Constraints", resourceCulture); } } /// /// Looks up a localized string similar to _Default ctor. /// public static string GP_DefaultConstructor { get { return ResourceManager.GetString("GP_DefaultConstructor", resourceCulture); } } /// /// Looks up a localized string similar to Constraints. /// public static string GP_GenericParamConstraints { get { return ResourceManager.GetString("GP_GenericParamConstraints", resourceCulture); } } /// /// Looks up a localized string similar to Kind. /// public static string GP_Kind { get { return ResourceManager.GetString("GP_Kind", resourceCulture); } } /// /// Looks up a localized string similar to Only used if MD header version is 1.1 (0x0101). It's never 1.1 so ignore Kind. /// public static string GP_Kind_ToolTip { get { return ResourceManager.GetString("GP_Kind_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string GP_Name { get { return ResourceManager.GetString("GP_Name", resourceCulture); } } /// /// Looks up a localized string similar to N_umber. /// public static string GP_Number { get { return ResourceManager.GetString("GP_Number", resourceCulture); } } /// /// Looks up a localized string similar to _Struct. /// public static string GP_Struct { get { return ResourceManager.GetString("GP_Struct", resourceCulture); } } /// /// Looks up a localized string similar to _Variance. /// public static string GP_Variance { get { return ResourceManager.GetString("GP_Variance", resourceCulture); } } /// /// Looks up a localized string similar to Insert Bytes. /// public static string Hex_Undo_Message_InsertBytes { get { return ResourceManager.GetString("Hex_Undo_Message_InsertBytes", resourceCulture); } } /// /// Looks up a localized string similar to Hex Copy Method Body. /// public static string HexCopyMethodBodyCommand { get { return ResourceManager.GetString("HexCopyMethodBodyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Cor20 Header. /// public static string HexNode_Cor20_Header { get { return ResourceManager.GetString("HexNode_Cor20_Header", resourceCulture); } } /// /// Looks up a localized string similar to 32-Bit Preferred. /// public static string HexNode_Cor20Header_Flags_32BitPref { get { return ResourceManager.GetString("HexNode_Cor20Header_Flags_32BitPref", resourceCulture); } } /// /// Looks up a localized string similar to 32-Bit Required. /// public static string HexNode_Cor20Header_Flags_32BitReqd { get { return ResourceManager.GetString("HexNode_Cor20Header_Flags_32BitReqd", resourceCulture); } } /// /// Looks up a localized string similar to IL Only. /// public static string HexNode_Cor20Header_Flags_IL_Only { get { return ResourceManager.GetString("HexNode_Cor20Header_Flags_IL_Only", resourceCulture); } } /// /// Looks up a localized string similar to IL Library. /// public static string HexNode_Cor20Header_Flags_ILLibrary { get { return ResourceManager.GetString("HexNode_Cor20Header_Flags_ILLibrary", resourceCulture); } } /// /// Looks up a localized string similar to Native EntryPoint. /// public static string HexNode_Cor20Header_Flags_NativeEntryPoint { get { return ResourceManager.GetString("HexNode_Cor20Header_Flags_NativeEntryPoint", resourceCulture); } } /// /// Looks up a localized string similar to Strong Name Signed. /// public static string HexNode_Cor20Header_Flags_StrongNameSigned { get { return ResourceManager.GetString("HexNode_Cor20Header_Flags_StrongNameSigned", resourceCulture); } } /// /// Looks up a localized string similar to Track Debug Data. /// public static string HexNode_Cor20Header_Flags_TrackDebugData { get { return ResourceManager.GetString("HexNode_Cor20Header_Flags_TrackDebugData", resourceCulture); } } /// /// Looks up a localized string similar to DOS Header. /// public static string HexNode_DOSHeader { get { return ResourceManager.GetString("HexNode_DOSHeader", resourceCulture); } } /// /// Looks up a localized string similar to File Header. /// public static string HexNode_FileHeader { get { return ResourceManager.GetString("HexNode_FileHeader", resourceCulture); } } /// /// Looks up a localized string similar to Optional Header (32-bit). /// public static string HexNode_OptHeader32 { get { return ResourceManager.GetString("HexNode_OptHeader32", resourceCulture); } } /// /// Looks up a localized string similar to Optional Header (64-bit). /// public static string HexNode_OptHeader64 { get { return ResourceManager.GetString("HexNode_OptHeader64", resourceCulture); } } /// /// Looks up a localized string similar to PE. /// public static string HexNode_PE { get { return ResourceManager.GetString("HexNode_PE", resourceCulture); } } /// /// Looks up a localized string similar to Section. /// public static string HexNode_PE_Section { get { return ResourceManager.GetString("HexNode_PE_Section", resourceCulture); } } /// /// Looks up a localized string similar to Storage Header. /// public static string HexNode_StorageHeader { get { return ResourceManager.GetString("HexNode_StorageHeader", resourceCulture); } } /// /// Looks up a localized string similar to Storage Signature. /// public static string HexNode_StorageSignature { get { return ResourceManager.GetString("HexNode_StorageSignature", resourceCulture); } } /// /// Looks up a localized string similar to Storage Stream. /// public static string HexNode_StorageStream { get { return ResourceManager.GetString("HexNode_StorageStream", resourceCulture); } } /// /// Looks up a localized string similar to Tables Stream. /// public static string HexNode_TablesStream { get { return ResourceManager.GetString("HexNode_TablesStream", resourceCulture); } } /// /// Looks up a localized string similar to Hex Paste Method Body. /// public static string HexPasteMethodBodyCommand { get { return ResourceManager.GetString("HexPasteMethodBodyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Hex Write Empty Body. /// public static string HexWriteEmptyMethodBodyCommand { get { return ResourceManager.GetString("HexWriteEmptyMethodBodyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Hex Write 'return false' Body. /// public static string HexWriteReturnFalseBodyCommand { get { return ResourceManager.GetString("HexWriteReturnFalseBodyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Hex Write 'return true' Body. /// public static string HexWriteReturnTrueBodyCommand { get { return ResourceManager.GetString("HexWriteReturnTrueBodyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Images. /// public static string Images { get { return ResourceManager.GetString("Images", resourceCulture); } } /// /// Looks up a localized string similar to _Enable. /// public static string ImplMap_Enable { get { return ResourceManager.GetString("ImplMap_Enable", resourceCulture); } } /// /// Looks up a localized string similar to Mo_dule. /// public static string ImplMap_Module { get { return ResourceManager.GetString("ImplMap_Module", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string ImplMap_Name { get { return ResourceManager.GetString("ImplMap_Name", resourceCulture); } } /// /// Looks up a localized string similar to ImplMap. /// public static string ImplMapTab { get { return ResourceManager.GetString("ImplMapTab", resourceCulture); } } /// /// Looks up a localized string similar to Incremental Search. /// public static string IncrementalSearchCommand { get { return ResourceManager.GetString("IncrementalSearchCommand", resourceCulture); } } /// /// Looks up a localized string similar to Index. /// public static string Index { get { return ResourceManager.GetString("Index", resourceCulture); } } /// /// Looks up a localized string similar to Info. /// public static string Info { get { return ResourceManager.GetString("Info", resourceCulture); } } /// /// Looks up a localized string similar to Add New Instruction Be_fore Selection. /// public static string Instr_Command1 { get { return ResourceManager.GetString("Instr_Command1", resourceCulture); } } /// /// Looks up a localized string similar to Add New Instruction After Sele_ction. /// public static string Instr_Command2 { get { return ResourceManager.GetString("Instr_Command2", resourceCulture); } } /// /// Looks up a localized string similar to _Append New Instruction. /// public static string Instr_Command3 { get { return ResourceManager.GetString("Instr_Command3", resourceCulture); } } /// /// Looks up a localized string similar to _Remove Instruction. /// public static string Instr_Command4 { get { return ResourceManager.GetString("Instr_Command4", resourceCulture); } } /// /// Looks up a localized string similar to _Remove Instructions. /// public static string Instr_Command5 { get { return ResourceManager.GetString("Instr_Command5", resourceCulture); } } /// /// Looks up a localized string similar to Remo_ve All Instructions. /// public static string Instr_Command6 { get { return ResourceManager.GetString("Instr_Command6", resourceCulture); } } /// /// Looks up a localized string similar to Operand. /// public static string InstructionOperand { get { return ResourceManager.GetString("InstructionOperand", resourceCulture); } } /// /// Looks up a localized string similar to Instructions. /// public static string InstructionsTab { get { return ResourceManager.GetString("InstructionsTab", resourceCulture); } } /// /// Looks up a localized string similar to Interfaces. /// public static string InterfacesTab { get { return ResourceManager.GetString("InterfacesTab", resourceCulture); } } /// /// Looks up a localized string similar to _Invert Branch. /// public static string InvertBranchCommand { get { return ResourceManager.GetString("InvertBranchCommand", resourceCulture); } } /// /// Looks up a localized string similar to _Invert Branches. /// public static string InvertBranchesCommand { get { return ResourceManager.GetString("InvertBranchesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Add New Local Be_fore Selection. /// public static string Local_Command1 { get { return ResourceManager.GetString("Local_Command1", resourceCulture); } } /// /// Looks up a localized string similar to Add New Local After Sele_ction. /// public static string Local_Command2 { get { return ResourceManager.GetString("Local_Command2", resourceCulture); } } /// /// Looks up a localized string similar to _Append New Local. /// public static string Local_Command3 { get { return ResourceManager.GetString("Local_Command3", resourceCulture); } } /// /// Looks up a localized string similar to _Remove Local. /// public static string Local_Command4 { get { return ResourceManager.GetString("Local_Command4", resourceCulture); } } /// /// Looks up a localized string similar to _Remove Locals. /// public static string Local_Command5 { get { return ResourceManager.GetString("Local_Command5", resourceCulture); } } /// /// Looks up a localized string similar to Remo_ve All Locals. /// public static string Local_Command6 { get { return ResourceManager.GetString("Local_Command6", resourceCulture); } } /// /// Looks up a localized string similar to C. /// public static string Local_CompilerGenerated_Character { get { return ResourceManager.GetString("Local_CompilerGenerated_Character", resourceCulture); } } /// /// Looks up a localized string similar to Compiler generated. /// public static string Local_CompilerGenerated_Character_ToolTip { get { return ResourceManager.GetString("Local_CompilerGenerated_Character_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to P. /// public static string Local_Pinned_Character { get { return ResourceManager.GetString("Local_Pinned_Character", resourceCulture); } } /// /// Looks up a localized string similar to Pinned. /// public static string Local_Pinned_Character_ToolTip { get { return ResourceManager.GetString("Local_Pinned_Character_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Name. /// public static string LocalName { get { return ResourceManager.GetString("LocalName", resourceCulture); } } /// /// Looks up a localized string similar to Locals. /// public static string LocalsTab { get { return ResourceManager.GetString("LocalsTab", resourceCulture); } } /// /// Looks up a localized string similar to Type. /// public static string LocalType { get { return ResourceManager.GetString("LocalType", resourceCulture); } } /// /// Looks up a localized string similar to Main. /// public static string MainTab { get { return ResourceManager.GetString("MainTab", resourceCulture); } } /// /// Looks up a localized string similar to Marshal Type: {0}. /// public static string MarshalType { get { return ResourceManager.GetString("MarshalType", resourceCulture); } } /// /// Looks up a localized string similar to _Array. /// public static string MarshalType_Array { get { return ResourceManager.GetString("MarshalType_Array", resourceCulture); } } /// /// Looks up a localized string similar to _ByRef. /// public static string MarshalType_ByRef { get { return ResourceManager.GetString("MarshalType_ByRef", resourceCulture); } } /// /// Looks up a localized string similar to Coo_kie. /// public static string MarshalType_Cookie { get { return ResourceManager.GetString("MarshalType_Cookie", resourceCulture); } } /// /// Looks up a localized string similar to _Data. /// public static string MarshalType_Data { get { return ResourceManager.GetString("MarshalType_Data", resourceCulture); } } /// /// Looks up a localized string similar to Elem_Type. /// public static string MarshalType_ElemType { get { return ResourceManager.GetString("MarshalType_ElemType", resourceCulture); } } /// /// Looks up a localized string similar to _Enable. /// public static string MarshalType_Enable { get { return ResourceManager.GetString("MarshalType_Enable", resourceCulture); } } /// /// Looks up a localized string similar to <Not Initialized>. /// public static string MarshalType_EnumNotInitialized { get { return ResourceManager.GetString("MarshalType_EnumNotInitialized", resourceCulture); } } /// /// Looks up a localized string similar to _Flags. /// public static string MarshalType_Flags { get { return ResourceManager.GetString("MarshalType_Flags", resourceCulture); } } /// /// Looks up a localized string similar to _GUID. /// public static string MarshalType_GUID { get { return ResourceManager.GetString("MarshalType_GUID", resourceCulture); } } /// /// Looks up a localized string similar to _NativeType. /// public static string MarshalType_NativeType { get { return ResourceManager.GetString("MarshalType_NativeType", resourceCulture); } } /// /// Looks up a localized string similar to nothing. /// public static string MarshalType_Nothing { get { return ResourceManager.GetString("MarshalType_Nothing", resourceCulture); } } /// /// Looks up a localized string similar to _NumElems. /// public static string MarshalType_NumElems { get { return ResourceManager.GetString("MarshalType_NumElems", resourceCulture); } } /// /// Looks up a localized string similar to ParamIndex. /// public static string MarshalType_ParamIndex { get { return ResourceManager.GetString("MarshalType_ParamIndex", resourceCulture); } } /// /// Looks up a localized string similar to _ParamIndex. /// public static string MarshalType_ParamIndex2 { get { return ResourceManager.GetString("MarshalType_ParamIndex2", resourceCulture); } } /// /// Looks up a localized string similar to _ParamNum. /// public static string MarshalType_ParamNum { get { return ResourceManager.GetString("MarshalType_ParamNum", resourceCulture); } } /// /// Looks up a localized string similar to _Reserved. /// public static string MarshalType_Reserved { get { return ResourceManager.GetString("MarshalType_Reserved", resourceCulture); } } /// /// Looks up a localized string similar to _Size. /// public static string MarshalType_Size { get { return ResourceManager.GetString("MarshalType_Size", resourceCulture); } } /// /// Looks up a localized string similar to Vec_tor. /// public static string MarshalType_Vector { get { return ResourceManager.GetString("MarshalType_Vector", resourceCulture); } } /// /// Looks up a localized string similar to _VT. /// public static string MarshalType_VT { get { return ResourceManager.GetString("MarshalType_VT", resourceCulture); } } /// /// Looks up a localized string similar to Marshal Type. /// public static string MarshalTypeTab { get { return ResourceManager.GetString("MarshalTypeTab", resourceCulture); } } /// /// Looks up a localized string similar to MD Writer Options. /// public static string MDWriterOptionsTab { get { return ResourceManager.GetString("MDWriterOptionsTab", resourceCulture); } } /// /// Looks up a localized string similar to Class. /// public static string MemberRef_Class { get { return ResourceManager.GetString("MemberRef_Class", resourceCulture); } } /// /// Looks up a localized string similar to Class. /// public static string MemberRef_ClassTab { get { return ResourceManager.GetString("MemberRef_ClassTab", resourceCulture); } } /// /// Looks up a localized string similar to FieldSig. /// public static string MemberRef_FieldSigTab { get { return ResourceManager.GetString("MemberRef_FieldSigTab", resourceCulture); } } /// /// Looks up a localized string similar to Initialize from Field.... /// public static string MemberRef_InitFromField { get { return ResourceManager.GetString("MemberRef_InitFromField", resourceCulture); } } /// /// Looks up a localized string similar to Initialize from Method.... /// public static string MemberRef_InitFromMethod { get { return ResourceManager.GetString("MemberRef_InitFromMethod", resourceCulture); } } /// /// Looks up a localized string similar to _MethodDef. /// public static string MemberRef_MethodDef { get { return ResourceManager.GetString("MemberRef_MethodDef", resourceCulture); } } /// /// Looks up a localized string similar to Initialize Class to a MethodDef. /// public static string MemberRef_MethodDef_ToolTip { get { return ResourceManager.GetString("MemberRef_MethodDef_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to MethodSig. /// public static string MemberRef_MethodSigTab { get { return ResourceManager.GetString("MemberRef_MethodSigTab", resourceCulture); } } /// /// Looks up a localized string similar to Mo_duleRef. /// public static string MemberRef_ModuleRef { get { return ResourceManager.GetString("MemberRef_ModuleRef", resourceCulture); } } /// /// Looks up a localized string similar to Initialize Class to a ModuleRef. /// public static string MemberRef_ModuleRef_ToolTip { get { return ResourceManager.GetString("MemberRef_ModuleRef_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string MemberRef_Name { get { return ResourceManager.GetString("MemberRef_Name", resourceCulture); } } /// /// Looks up a localized string similar to _Type. /// public static string MemberRef_Type { get { return ResourceManager.GetString("MemberRef_Type", resourceCulture); } } /// /// Looks up a localized string similar to Initialize Class to a Type. /// public static string MemberRef_Type_ToolTip { get { return ResourceManager.GetString("MemberRef_Type_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Type_Spec. /// public static string MemberRef_TypeSpec { get { return ResourceManager.GetString("MemberRef_TypeSpec", resourceCulture); } } /// /// Looks up a localized string similar to Initialize Class to a TypeSpec. /// public static string MemberRef_TypeSpec_ToolTip { get { return ResourceManager.GetString("MemberRef_TypeSpec_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Merge with Assembly.... /// public static string MergeWithAssemblyCommand { get { return ResourceManager.GetString("MergeWithAssemblyCommand", resourceCulture); } } /// /// Looks up a localized string similar to Merge with Assembly. /// public static string MergeWithAssemblyCommand2 { get { return ResourceManager.GetString("MergeWithAssemblyCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Sorted. /// public static string Metadata_Sorted_Rows { get { return ResourceManager.GetString("Metadata_Sorted_Rows", resourceCulture); } } /// /// Looks up a localized string similar to Valid. /// public static string Metadata_Valid_Rows { get { return ResourceManager.GetString("Metadata_Valid_Rows", resourceCulture); } } /// /// Looks up a localized string similar to Metadata. /// public static string MetadataTab { get { return ResourceManager.GetString("MetadataTab", resourceCulture); } } /// /// Looks up a localized string similar to Access. /// public static string Method_Access { get { return ResourceManager.GetString("Method_Access", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string Method_Name { get { return ResourceManager.GetString("Method_Name", resourceCulture); } } /// /// Looks up a localized string similar to Cod_e Type. /// public static string MethodBody_CodeType { get { return ResourceManager.GetString("MethodBody_CodeType", resourceCulture); } } /// /// Looks up a localized string similar to OpCode. /// public static string MethodBody_Column_OpCode { get { return ResourceManager.GetString("MethodBody_Column_OpCode", resourceCulture); } } /// /// Looks up a localized string similar to Header O_ffset. /// public static string MethodBody_HeaderOffset { get { return ResourceManager.GetString("MethodBody_HeaderOffset", resourceCulture); } } /// /// Looks up a localized string similar to Header _RVA. /// public static string MethodBody_HeaderRVA { get { return ResourceManager.GetString("MethodBody_HeaderRVA", resourceCulture); } } /// /// Looks up a localized string similar to _Init Locals. /// public static string MethodBody_InitLocals { get { return ResourceManager.GetString("MethodBody_InitLocals", resourceCulture); } } /// /// Looks up a localized string similar to _Keep Old MaxStack. /// public static string MethodBody_KeepOldMaxStack { get { return ResourceManager.GetString("MethodBody_KeepOldMaxStack", resourceCulture); } } /// /// Looks up a localized string similar to Don't recalculate the MaxStack value when saving the file. /// public static string MethodBody_KeepOldMaxStack_ToolTip { get { return ResourceManager.GetString("MethodBody_KeepOldMaxStack_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _MaxStack. /// public static string MethodBody_MaxStack { get { return ResourceManager.GetString("MethodBody_MaxStack", resourceCulture); } } /// /// Looks up a localized string similar to _RVA. /// public static string MethodBody_RVA { get { return ResourceManager.GetString("MethodBody_RVA", resourceCulture); } } /// /// Looks up a localized string similar to _Body Type. /// public static string MethodBody_Type { get { return ResourceManager.GetString("MethodBody_Type", resourceCulture); } } /// /// Looks up a localized string similar to IL. /// public static string MethodBodyType_IL { get { return ResourceManager.GetString("MethodBodyType_IL", resourceCulture); } } /// /// Looks up a localized string similar to Native. /// public static string MethodBodyType_Native { get { return ResourceManager.GetString("MethodBodyType_Native", resourceCulture); } } /// /// Looks up a localized string similar to None. /// public static string MethodBodyType_None { get { return ResourceManager.GetString("MethodBodyType_None", resourceCulture); } } /// /// Looks up a localized string similar to Method can't be null. /// public static string MethodCantBeNull { get { return ResourceManager.GetString("MethodCantBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Method Instantiation Types. /// public static string MethodInstantiationTypesTab { get { return ResourceManager.GetString("MethodInstantiationTypesTab", resourceCulture); } } /// /// Looks up a localized string similar to Overrides. /// public static string MethodOverridesTab { get { return ResourceManager.GetString("MethodOverridesTab", resourceCulture); } } /// /// Looks up a localized string similar to Params. /// public static string MethodParametersTab { get { return ResourceManager.GetString("MethodParametersTab", resourceCulture); } } /// /// Looks up a localized string similar to Ca_lling Conv. /// public static string MethodSig_CallingConv { get { return ResourceManager.GetString("MethodSig_CallingConv", resourceCulture); } } /// /// Looks up a localized string similar to Method Parameter Types. /// public static string MethodSig_MethodParameterTypes { get { return ResourceManager.GetString("MethodSig_MethodParameterTypes", resourceCulture); } } /// /// Looks up a localized string similar to Method VarArg Parameter Types. /// public static string MethodSig_MethodVarArgParameterTypes { get { return ResourceManager.GetString("MethodSig_MethodVarArgParameterTypes", resourceCulture); } } /// /// Looks up a localized string similar to # Generic_s. /// public static string MethodSig_NumGenerics { get { return ResourceManager.GetString("MethodSig_NumGenerics", resourceCulture); } } /// /// Looks up a localized string similar to Ret_urn Type.... /// public static string MethodSig_ReturnType { get { return ResourceManager.GetString("MethodSig_ReturnType", resourceCulture); } } /// /// Looks up a localized string similar to Signature. /// public static string MethodSignatureTab { get { return ResourceManager.GetString("MethodSignatureTab", resourceCulture); } } /// /// Looks up a localized string similar to _Method. /// public static string MethodSpec_Method { get { return ResourceManager.GetString("MethodSpec_Method", resourceCulture); } } /// /// Looks up a localized string similar to Methods. /// public static string MethodsTab { get { return ResourceManager.GetString("MethodsTab", resourceCulture); } } /// /// Looks up a localized string similar to _Runtime Version. /// public static string Module_Cor20_RuntimeVersion { get { return ResourceManager.GetString("Module_Cor20_RuntimeVersion", resourceCulture); } } /// /// Looks up a localized string similar to .NET _Version. /// public static string Module_DotNetVersion { get { return ResourceManager.GetString("Module_DotNetVersion", resourceCulture); } } /// /// Looks up a localized string similar to Entry Point. /// public static string Module_EntryPoint { get { return ResourceManager.GetString("Module_EntryPoint", resourceCulture); } } /// /// Looks up a localized string similar to Mana_ged. /// public static string Module_EntryPoint_Managed { get { return ResourceManager.GetString("Module_EntryPoint_Managed", resourceCulture); } } /// /// Looks up a localized string similar to Native. /// public static string Module_EntryPoint_Native { get { return ResourceManager.GetString("Module_EntryPoint_Native", resourceCulture); } } /// /// Looks up a localized string similar to None. /// public static string Module_EntryPoint_None { get { return ResourceManager.GetString("Module_EntryPoint_None", resourceCulture); } } /// /// Looks up a localized string similar to GUIDs. /// public static string Module_GUIDs { get { return ResourceManager.GetString("Module_GUIDs", resourceCulture); } } /// /// Looks up a localized string similar to Metadata. /// public static string Module_Metadata { get { return ResourceManager.GetString("Module_Metadata", resourceCulture); } } /// /// Looks up a localized string similar to _Header Version. /// public static string Module_Metadata_HeaderVersion { get { return ResourceManager.GetString("Module_Metadata_HeaderVersion", resourceCulture); } } /// /// Looks up a localized string similar to _VersionString. /// public static string Module_Metadata_VersionString { get { return ResourceManager.GetString("Module_Metadata_VersionString", resourceCulture); } } /// /// Looks up a localized string similar to Module _Type. /// public static string Module_ModuleType { get { return ResourceManager.GetString("Module_ModuleType", resourceCulture); } } /// /// Looks up a localized string similar to N_ame. /// public static string Module_Name { get { return ResourceManager.GetString("Module_Name", resourceCulture); } } /// /// Looks up a localized string similar to _New. /// public static string Module_NewGuid1 { get { return ResourceManager.GetString("Module_NewGuid1", resourceCulture); } } /// /// Looks up a localized string similar to N_ew. /// public static string Module_NewGuid2 { get { return ResourceManager.GetString("Module_NewGuid2", resourceCulture); } } /// /// Looks up a localized string similar to Ne_w. /// public static string Module_NewGuid3 { get { return ResourceManager.GetString("Module_NewGuid3", resourceCulture); } } /// /// Looks up a localized string similar to _Machine. /// public static string Module_PE_Machine { get { return ResourceManager.GetString("Module_PE_Machine", resourceCulture); } } /// /// Looks up a localized string similar to Move Down. /// public static string MoveDown_ToolTip { get { return ResourceManager.GetString("MoveDown_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Move _Down. /// public static string MoveDownCommand { get { return ResourceManager.GetString("MoveDownCommand", resourceCulture); } } /// /// Looks up a localized string similar to Move Types to Empty Namespace. /// public static string MoveTypesToEmptyNamespaceCommand { get { return ResourceManager.GetString("MoveTypesToEmptyNamespaceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Move Up. /// public static string MoveUp_ToolTip { get { return ResourceManager.GetString("MoveUp_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Move _Up. /// public static string MoveUpCommand { get { return ResourceManager.GetString("MoveUpCommand", resourceCulture); } } /// /// Looks up a localized string similar to Named Arguments. /// public static string NamedArguments { get { return ResourceManager.GetString("NamedArguments", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string Namespace_Name { get { return ResourceManager.GetString("Namespace_Name", resourceCulture); } } /// /// Looks up a localized string similar to .NET _Version. /// public static string NetModule_DotNetVersion { get { return ResourceManager.GetString("NetModule_DotNetVersion", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string NetModule_Name { get { return ResourceManager.GetString("NetModule_Name", resourceCulture); } } /// /// Looks up a localized string similar to Ne_w. /// public static string NetModule_NewGuid1 { get { return ResourceManager.GetString("NetModule_NewGuid1", resourceCulture); } } /// /// Looks up a localized string similar to All tree nodes below use the hex editor to modify the PE file. /// public static string NodesUseHexEditorMsg { get { return ResourceManager.GetString("NodesUseHexEditorMsg", resourceCulture); } } /// /// Looks up a localized string similar to <<no-name>>. /// public static string NoName { get { return ResourceManager.GetString("NoName", resourceCulture); } } /// /// Looks up a localized string similar to _NOP Instruction. /// public static string NopInstrCommand { get { return ResourceManager.GetString("NopInstrCommand", resourceCulture); } } /// /// Looks up a localized string similar to _NOP Instructions. /// public static string NopInstrsCommand { get { return ResourceManager.GetString("NopInstrsCommand", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not a generic type. /// public static string NotGenericType { get { return ResourceManager.GetString("NotGenericType", resourceCulture); } } /// /// Looks up a localized string similar to Offset. /// public static string Offset { get { return ResourceManager.GetString("Offset", resourceCulture); } } /// /// Looks up a localized string similar to Open He_x Editor. /// public static string OpenHexEditorCommand { get { return ResourceManager.GetString("OpenHexEditorCommand", resourceCulture); } } /// /// Looks up a localized string similar to Optimi_ze All Instructions. /// public static string OptimizeAllInstructionsCommand { get { return ResourceManager.GetString("OptimizeAllInstructionsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Other Methods. /// public static string OtherMethodsTab { get { return ResourceManager.GetString("OtherMethodsTab", resourceCulture); } } /// /// Looks up a localized string similar to pad. /// public static string Padding { get { return ResourceManager.GetString("Padding", resourceCulture); } } /// /// Looks up a localized string similar to Flags. /// public static string ParamDef_Flags { get { return ResourceManager.GetString("ParamDef_Flags", resourceCulture); } } /// /// Looks up a localized string similar to _In. /// public static string ParamDef_Flags_In { get { return ResourceManager.GetString("ParamDef_Flags_In", resourceCulture); } } /// /// Looks up a localized string similar to Lcid. /// public static string ParamDef_Flags_Lcid { get { return ResourceManager.GetString("ParamDef_Flags_Lcid", resourceCulture); } } /// /// Looks up a localized string similar to O_ptional. /// public static string ParamDef_Flags_Optional { get { return ResourceManager.GetString("ParamDef_Flags_Optional", resourceCulture); } } /// /// Looks up a localized string similar to O_ut. /// public static string ParamDef_Flags_Out { get { return ResourceManager.GetString("ParamDef_Flags_Out", resourceCulture); } } /// /// Looks up a localized string similar to Retval. /// public static string ParamDef_Flags_Retval { get { return ResourceManager.GetString("ParamDef_Flags_Retval", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string ParamDef_Name { get { return ResourceManager.GetString("ParamDef_Name", resourceCulture); } } /// /// Looks up a localized string similar to _Sequence. /// public static string ParamDef_Sequence { get { return ResourceManager.GetString("ParamDef_Sequence", resourceCulture); } } /// /// Looks up a localized string similar to Sequence 0 is return parameter, sequence 1 is first parameter, etc. /// public static string ParamDef_Sequence_ToolTip { get { return ResourceManager.GetString("ParamDef_Sequence_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Default value for this parameter. /// public static string Parameter_DefaultValueInfo { get { return ResourceManager.GetString("Parameter_DefaultValueInfo", resourceCulture); } } /// /// Looks up a localized string similar to param({0}). /// public static string ParameterNumber { get { return ResourceManager.GetString("ParameterNumber", resourceCulture); } } /// /// Looks up a localized string similar to param(return). /// public static string ParameterReturn { get { return ResourceManager.GetString("ParameterReturn", resourceCulture); } } /// /// Looks up a localized string similar to Paste After Se_lection. /// public static string PasteAfterSelectionCommand { get { return ResourceManager.GetString("PasteAfterSelectionCommand", resourceCulture); } } /// /// Looks up a localized string similar to _Paste. /// public static string PasteCommand { get { return ResourceManager.GetString("PasteCommand", resourceCulture); } } /// /// Looks up a localized string similar to _Paste {0} records @ {1:X8}, RID {2}. /// public static string PasteRecordsCommand { get { return ResourceManager.GetString("PasteRecordsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Pick an Assembly. /// public static string Pick_Assembly { get { return ResourceManager.GetString("Pick_Assembly", resourceCulture); } } /// /// Looks up a localized string similar to Pick a Constructor. /// public static string Pick_Constructor { get { return ResourceManager.GetString("Pick_Constructor", resourceCulture); } } /// /// Looks up a localized string similar to Pick an Entry Point. /// public static string Pick_EntryPoint { get { return ResourceManager.GetString("Pick_EntryPoint", resourceCulture); } } /// /// Looks up a localized string similar to Pick an Enum Type. /// public static string Pick_EnumType { get { return ResourceManager.GetString("Pick_EnumType", resourceCulture); } } /// /// Looks up a localized string similar to Pick a Field. /// public static string Pick_Field { get { return ResourceManager.GetString("Pick_Field", resourceCulture); } } /// /// Looks up a localized string similar to Pick a Generic Type. /// public static string Pick_GenericType { get { return ResourceManager.GetString("Pick_GenericType", resourceCulture); } } /// /// Looks up a localized string similar to Pick a Method. /// public static string Pick_Method { get { return ResourceManager.GetString("Pick_Method", resourceCulture); } } /// /// Looks up a localized string similar to Pick a Module. /// public static string Pick_Module { get { return ResourceManager.GetString("Pick_Module", resourceCulture); } } /// /// Looks up a localized string similar to Pick a Type. /// public static string Pick_Type { get { return ResourceManager.GetString("Pick_Type", resourceCulture); } } /// /// Looks up a localized string similar to Open Assembly or NetModule. /// public static string PickMember_OpenAsmToolTip { get { return ResourceManager.GetString("PickMember_OpenAsmToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Search. /// public static string PickMember_Search { get { return ResourceManager.GetString("PickMember_Search", resourceCulture); } } /// /// Looks up a localized string similar to You must select a correct node. /// public static string PickMember_SelectCorrectNode { get { return ResourceManager.GetString("PickMember_SelectCorrectNode", resourceCulture); } } /// /// Looks up a localized string similar to A type must be selected.. /// public static string PickMember_TypeMustBeSelected { get { return ResourceManager.GetString("PickMember_TypeMustBeSelected", resourceCulture); } } /// /// Looks up a localized string similar to Assembly editor. /// public static string Plugin_ShortDescription { get { return ResourceManager.GetString("Plugin_ShortDescription", resourceCulture); } } /// /// Looks up a localized string similar to Default value for this property. /// public static string Property_DefaultValue { get { return ResourceManager.GetString("Property_DefaultValue", resourceCulture); } } /// /// Looks up a localized string similar to _RTSpecialName. /// public static string Property_Flags_RTSpecialName { get { return ResourceManager.GetString("Property_Flags_RTSpecialName", resourceCulture); } } /// /// Looks up a localized string similar to _SpecialName. /// public static string Property_Flags_SpecialName { get { return ResourceManager.GetString("Property_Flags_SpecialName", resourceCulture); } } /// /// Looks up a localized string similar to Getters. /// public static string Property_GetterMethods { get { return ResourceManager.GetString("Property_GetterMethods", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string Property_Name { get { return ResourceManager.GetString("Property_Name", resourceCulture); } } /// /// Looks up a localized string similar to Other Methods. /// public static string Property_OtherMethods { get { return ResourceManager.GetString("Property_OtherMethods", resourceCulture); } } /// /// Looks up a localized string similar to Setters. /// public static string Property_SetterMethods { get { return ResourceManager.GetString("Property_SetterMethods", resourceCulture); } } /// /// Looks up a localized string similar to Signature. /// public static string Property_Signature { get { return ResourceManager.GetString("Property_Signature", resourceCulture); } } /// /// Looks up a localized string similar to Property: {0}. /// public static string PropertyX { get { return ResourceManager.GetString("PropertyX", resourceCulture); } } /// /// Looks up a localized string similar to Raw Blob. /// public static string RawCustomAttributeBlob { get { return ResourceManager.GetString("RawCustomAttributeBlob", resourceCulture); } } /// /// Looks up a localized string similar to <raw blob>. /// public static string RawCustomAttributeBlob2 { get { return ResourceManager.GetString("RawCustomAttributeBlob2", resourceCulture); } } /// /// Looks up a localized string similar to Raw Save {0}. /// public static string RawSaveResourceCommand { get { return ResourceManager.GetString("RawSaveResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Raw Save {0} resources. /// public static string RawSaveResourcesCommand { get { return ResourceManager.GetString("RawSaveResourcesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Raw Save {0} resources, use sub dirs. /// public static string RawSaveResourcesSubDirectoriesCommand { get { return ResourceManager.GetString("RawSaveResourcesSubDirectoriesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Redo. /// public static string RedoCommand { get { return ResourceManager.GetString("RedoCommand", resourceCulture); } } /// /// Looks up a localized string similar to Redo. /// public static string RedoToolBarToolTip { get { return ResourceManager.GetString("RedoToolBarToolTip", resourceCulture); } } /// /// Looks up a localized string similar to R_emove and Add Pops. /// public static string RemoveAndAddPopsCommand { get { return ResourceManager.GetString("RemoveAndAddPopsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Remove {0} assemblies. /// public static string RemoveAssembliesCommand { get { return ResourceManager.GetString("RemoveAssembliesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Remove Assembly. /// public static string RemoveAssemblyCommand { get { return ResourceManager.GetString("RemoveAssemblyCommand", resourceCulture); } } /// /// Looks up a localized string similar to R. /// public static string RemoveCharacter { get { return ResourceManager.GetString("RemoveCharacter", resourceCulture); } } /// /// Looks up a localized string similar to Remove Last Object. /// public static string RemoveCharacter_ToolTip { get { return ResourceManager.GetString("RemoveCharacter_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Remove {0}. /// public static string RemoveCommand { get { return ResourceManager.GetString("RemoveCommand", resourceCulture); } } /// /// Looks up a localized string similar to R. /// public static string RemoveLastTypeCharacter { get { return ResourceManager.GetString("RemoveLastTypeCharacter", resourceCulture); } } /// /// Looks up a localized string similar to Remove Last Type. /// public static string RemoveLastTypeCharacter_ToolTip { get { return ResourceManager.GetString("RemoveLastTypeCharacter_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Remove NetModule from Assembly. /// public static string RemoveNetModuleCommand { get { return ResourceManager.GetString("RemoveNetModuleCommand", resourceCulture); } } /// /// Looks up a localized string similar to Rename Namespace. /// public static string RenameNamespaceCommand { get { return ResourceManager.GetString("RenameNamespaceCommand", resourceCulture); } } /// /// Looks up a localized string similar to _Replace with NOPs. /// public static string ReplaceNopsInstrCommand { get { return ResourceManager.GetString("ReplaceNopsInstrCommand", resourceCulture); } } /// /// Looks up a localized string similar to _Replace with NOPs. /// public static string ReplaceNopsInstrsCommand { get { return ResourceManager.GetString("ReplaceNopsInstrsCommand", resourceCulture); } } /// /// Looks up a localized string similar to Run NGEN.exe if this assembly is installed in the GAC. /// public static string RerunNgenIfGacAssembly { get { return ResourceManager.GetString("RerunNgenIfGacAssembly", resourceCulture); } } /// /// Looks up a localized string similar to Color _Depth. /// public static string Resource_ColorDepth { get { return ResourceManager.GetString("Resource_ColorDepth", resourceCulture); } } /// /// Looks up a localized string similar to 16-bit. /// public static string Resource_ColorDepth_16Bit { get { return ResourceManager.GetString("Resource_ColorDepth_16Bit", resourceCulture); } } /// /// Looks up a localized string similar to 24-bit. /// public static string Resource_ColorDepth_24Bit { get { return ResourceManager.GetString("Resource_ColorDepth_24Bit", resourceCulture); } } /// /// Looks up a localized string similar to 32-bit. /// public static string Resource_ColorDepth_32Bit { get { return ResourceManager.GetString("Resource_ColorDepth_32Bit", resourceCulture); } } /// /// Looks up a localized string similar to 4-bit. /// public static string Resource_ColorDepth_4Bit { get { return ResourceManager.GetString("Resource_ColorDepth_4Bit", resourceCulture); } } /// /// Looks up a localized string similar to 8-bit. /// public static string Resource_ColorDepth_8Bit { get { return ResourceManager.GetString("Resource_ColorDepth_8Bit", resourceCulture); } } /// /// Looks up a localized string similar to _Data. /// public static string Resource_Data { get { return ResourceManager.GetString("Resource_Data", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string Resource_Name { get { return ResourceManager.GetString("Resource_Name", resourceCulture); } } /// /// Looks up a localized string similar to _Size. /// public static string Resource_Size { get { return ResourceManager.GetString("Resource_Size", resourceCulture); } } /// /// Looks up a localized string similar to _Transparent Color. /// public static string Resource_TransparentColor { get { return ResourceManager.GetString("Resource_TransparentColor", resourceCulture); } } /// /// Looks up a localized string similar to _Type. /// public static string Resource_Type { get { return ResourceManager.GetString("Resource_Type", resourceCulture); } } /// /// Looks up a localized string similar to _Value. /// public static string Resource_Value { get { return ResourceManager.GetString("Resource_Value", resourceCulture); } } /// /// Looks up a localized string similar to A return type is required. /// public static string ReturnTypeRequired { get { return ResourceManager.GetString("ReturnTypeRequired", resourceCulture); } } /// /// Looks up a localized string similar to RID. /// public static string RowIdentifier { get { return ResourceManager.GetString("RowIdentifier", resourceCulture); } } /// /// Looks up a localized string similar to _Save.... /// public static string Save { get { return ResourceManager.GetString("Save", resourceCulture); } } /// /// Looks up a localized string similar to Save A_ll.... /// public static string SaveAllCommand { get { return ResourceManager.GetString("SaveAllCommand", resourceCulture); } } /// /// Looks up a localized string similar to Save All. /// public static string SaveAllToolBarToolTip { get { return ResourceManager.GetString("SaveAllToolBarToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Add PE Checksum. /// public static string SaveModule_AddPECheckSum { get { return ResourceManager.GetString("SaveModule_AddPECheckSum", resourceCulture); } } /// /// Looks up a localized string similar to _Entry Point. /// public static string SaveModule_Cor20_EntryPoint { get { return ResourceManager.GetString("SaveModule_Cor20_EntryPoint", resourceCulture); } } /// /// Looks up a localized string similar to _Major RT Ver. /// public static string SaveModule_Cor20_MajorRuntimeVersion { get { return ResourceManager.GetString("SaveModule_Cor20_MajorRuntimeVersion", resourceCulture); } } /// /// Looks up a localized string similar to Mino_r RT Ver. /// public static string SaveModule_Cor20_MinorRuntimeVersion { get { return ResourceManager.GetString("SaveModule_Cor20_MinorRuntimeVersion", resourceCulture); } } /// /// Looks up a localized string similar to Create Heap Even If Empty. /// public static string SaveModule_CreateHeapEvenIfEmpty { get { return ResourceManager.GetString("SaveModule_CreateHeapEvenIfEmpty", resourceCulture); } } /// /// Looks up a localized string similar to _Filename. /// public static string SaveModule_Filename { get { return ResourceManager.GetString("SaveModule_Filename", resourceCulture); } } /// /// Looks up a localized string similar to _Keep Old MaxStack Value. /// public static string SaveModule_KeepOldMaxStack { get { return ResourceManager.GetString("SaveModule_KeepOldMaxStack", resourceCulture); } } /// /// Looks up a localized string similar to Use the MaxStack value from the method instead of calculating a new MaxStack value. ///Needed if the methods are still obfuscated. /// public static string SaveModule_KeepOldMaxStack_ToolTip { get { return ResourceManager.GetString("SaveModule_KeepOldMaxStack_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _MajorVersion. /// public static string SaveModule_Metadata_MajorVersion { get { return ResourceManager.GetString("SaveModule_Metadata_MajorVersion", resourceCulture); } } /// /// Looks up a localized string similar to MinorVe_rsion. /// public static string SaveModule_Metadata_MinorVersion { get { return ResourceManager.GetString("SaveModule_Metadata_MinorVersion", resourceCulture); } } /// /// Looks up a localized string similar to Reserved_1. /// public static string SaveModule_Metadata_Reserved1 { get { return ResourceManager.GetString("SaveModule_Metadata_Reserved1", resourceCulture); } } /// /// Looks up a localized string similar to Reserved_2. /// public static string SaveModule_Metadata_Reserved2 { get { return ResourceManager.GetString("SaveModule_Metadata_Reserved2", resourceCulture); } } /// /// Looks up a localized string similar to _Signature. /// public static string SaveModule_Metadata_Signature { get { return ResourceManager.GetString("SaveModule_Metadata_Signature", resourceCulture); } } /// /// Looks up a localized string similar to S_torageFlags. /// public static string SaveModule_Metadata_StorageFlags { get { return ResourceManager.GetString("SaveModule_Metadata_StorageFlags", resourceCulture); } } /// /// Looks up a localized string similar to _VersionString. /// public static string SaveModule_Metadata_VersionString { get { return ResourceManager.GetString("SaveModule_Metadata_VersionString", resourceCulture); } } /// /// Looks up a localized string similar to Metadata Header Options. /// public static string SaveModule_MetadataHeaderOptions { get { return ResourceManager.GetString("SaveModule_MetadataHeaderOptions", resourceCulture); } } /// /// Looks up a localized string similar to Misc Options. /// public static string SaveModule_MiscOptions { get { return ResourceManager.GetString("SaveModule_MiscOptions", resourceCulture); } } /// /// Looks up a localized string similar to Module _Type. /// public static string SaveModule_ModuleType { get { return ResourceManager.GetString("SaveModule_ModuleType", resourceCulture); } } /// /// Looks up a localized string similar to _Machine. /// public static string SaveModule_PE_Machine { get { return ResourceManager.GetString("SaveModule_PE_Machine", resourceCulture); } } /// /// Looks up a localized string similar to _Subsystem. /// public static string SaveModule_PE_Subsystem { get { return ResourceManager.GetString("SaveModule_PE_Subsystem", resourceCulture); } } /// /// Looks up a localized string similar to Preserve E_xtra Signature Data. /// public static string SaveModule_PreserveExtraSigData { get { return ResourceManager.GetString("SaveModule_PreserveExtraSigData", resourceCulture); } } /// /// Looks up a localized string similar to Preserve any extra data after the signatures. ///Some obfuscators put data there. /// public static string SaveModule_PreserveExtraSigData_ToolTip { get { return ResourceManager.GetString("SaveModule_PreserveExtraSigData_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Preserve Heap Offsets. /// public static string SaveModule_PreserveHeapOffsets { get { return ResourceManager.GetString("SaveModule_PreserveHeapOffsets", resourceCulture); } } /// /// Looks up a localized string similar to Copy Unkno_wn Metadata Streams. /// public static string SaveModule_PreserveOtherMetadataStreams { get { return ResourceManager.GetString("SaveModule_PreserveOtherMetadataStreams", resourceCulture); } } /// /// Looks up a localized string similar to P_reserve All MD Tokens. /// public static string SaveModule_PreserveTokens { get { return ResourceManager.GetString("SaveModule_PreserveTokens", resourceCulture); } } /// /// Looks up a localized string similar to If the file is still obfuscated, RIDs might need to be preserved. /// public static string SaveModule_PreserveTokens_ToolTip { get { return ResourceManager.GetString("SaveModule_PreserveTokens_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Shared Method _Bodies. /// public static string SaveModule_ShareMethodBodies { get { return ResourceManager.GetString("SaveModule_ShareMethodBodies", resourceCulture); } } /// /// Looks up a localized string similar to .NET methods that have the exact same code will share method bodies. ///The output file will be a little bit smaller. /// public static string SaveModule_ShareMethodBodies_ToolTip { get { return ResourceManager.GetString("SaveModule_ShareMethodBodies_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Extra_Data. /// public static string SaveModule_TablesHeap_ExtraData { get { return ResourceManager.GetString("SaveModule_TablesHeap_ExtraData", resourceCulture); } } /// /// Looks up a localized string similar to _HasDeletedRows. /// public static string SaveModule_TablesHeap_HasDeletedRows { get { return ResourceManager.GetString("SaveModule_TablesHeap_HasDeletedRows", resourceCulture); } } /// /// Looks up a localized string similar to M_ajorVersion. /// public static string SaveModule_TablesHeap_MajorVersion { get { return ResourceManager.GetString("SaveModule_TablesHeap_MajorVersion", resourceCulture); } } /// /// Looks up a localized string similar to Reserv_ed1. /// public static string SaveModule_TablesHeap_MinorVersion { get { return ResourceManager.GetString("SaveModule_TablesHeap_MinorVersion", resourceCulture); } } /// /// Looks up a localized string similar to Reserv_ed1. /// public static string SaveModule_TablesHeap_Reserved1 { get { return ResourceManager.GetString("SaveModule_TablesHeap_Reserved1", resourceCulture); } } /// /// Looks up a localized string similar to _Use #- Table. /// public static string SaveModule_TablesHeap_UseENC { get { return ResourceManager.GetString("SaveModule_TablesHeap_UseENC", resourceCulture); } } /// /// Looks up a localized string similar to Save Module. /// public static string SaveModule_Title { get { return ResourceManager.GetString("SaveModule_Title", resourceCulture); } } /// /// Looks up a localized string similar to _Mixed-Mode Module. /// public static string SaveModule_UseMixedMode { get { return ResourceManager.GetString("SaveModule_UseMixedMode", resourceCulture); } } /// /// Looks up a localized string similar to Should be checked if it's a mixed-mode module (eg. C++/.NET). ///Most options will be re-initialized when this checkbox is clicked. /// public static string SaveModule_UseMixedMode_ToolTip { get { return ResourceManager.GetString("SaveModule_UseMixedMode_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Save _PDB File. /// public static string SaveModule_WritePdb { get { return ResourceManager.GetString("SaveModule_WritePdb", resourceCulture); } } /// /// Looks up a localized string similar to Save _Module.... /// public static string SaveModuleCommand { get { return ResourceManager.GetString("SaveModuleCommand", resourceCulture); } } /// /// Looks up a localized string similar to Save Module. /// public static string SaveModuleCommand2 { get { return ResourceManager.GetString("SaveModuleCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Canceling the save. Please wait.... /// public static string SaveModules_CancelingSave { get { return ResourceManager.GetString("SaveModules_CancelingSave", resourceCulture); } } /// /// Looks up a localized string similar to _Close. /// public static string SaveModules_Close { get { return ResourceManager.GetString("SaveModules_Close", resourceCulture); } } /// /// Looks up a localized string similar to There are errors in the log:. /// public static string SaveModules_ErrorsInLog { get { return ResourceManager.GetString("SaveModules_ErrorsInLog", resourceCulture); } } /// /// Looks up a localized string similar to File #{0} ({1}) has errors. /// public static string SaveModules_FileHasErrors { get { return ResourceManager.GetString("SaveModules_FileHasErrors", resourceCulture); } } /// /// Looks up a localized string similar to -- Fix the errors by editing the options.. /// public static string SaveModules_FixErrorsByEditingSettings { get { return ResourceManager.GetString("SaveModules_FixErrorsByEditingSettings", resourceCulture); } } /// /// Looks up a localized string similar to Access error: {0}. /// public static string SaveModules_Log_AccessError { get { return ResourceManager.GetString("SaveModules_Log_AccessError", resourceCulture); } } /// /// Looks up a localized string similar to All files written to disk.. /// public static string SaveModules_Log_AllFilesWritten { get { return ResourceManager.GetString("SaveModules_Log_AllFilesWritten", resourceCulture); } } /// /// Looks up a localized string similar to An exception occurred /// ///{0}. /// public static string SaveModules_Log_Exception { get { return ResourceManager.GetString("SaveModules_Log_Exception", resourceCulture); } } /// /// Looks up a localized string similar to File error: {0}. /// public static string SaveModules_Log_FileError { get { return ResourceManager.GetString("SaveModules_Log_FileError", resourceCulture); } } /// /// Looks up a localized string similar to Save was canceled by user.. /// public static string SaveModules_Log_SaveWasCanceled { get { return ResourceManager.GetString("SaveModules_Log_SaveWasCanceled", resourceCulture); } } /// /// Looks up a localized string similar to Writing {0}.... /// public static string SaveModules_Log_WritingFile { get { return ResourceManager.GetString("SaveModules_Log_WritingFile", resourceCulture); } } /// /// Looks up a localized string similar to _Options.... /// public static string SaveModules_Options { get { return ResourceManager.GetString("SaveModules_Options", resourceCulture); } } /// /// Looks up a localized string similar to _Save All. /// public static string SaveModules_SaveAll { get { return ResourceManager.GetString("SaveModules_SaveAll", resourceCulture); } } /// /// Looks up a localized string similar to Files that will be saved:. /// public static string SaveModules_SavedFiles { get { return ResourceManager.GetString("SaveModules_SavedFiles", resourceCulture); } } /// /// Looks up a localized string similar to Save Modules. /// public static string SaveModules_Title { get { return ResourceManager.GetString("SaveModules_Title", resourceCulture); } } /// /// Looks up a localized string similar to Save _Modules.... /// public static string SaveModulesCommand { get { return ResourceManager.GetString("SaveModulesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Save {0}. /// public static string SaveResourceCommand { get { return ResourceManager.GetString("SaveResourceCommand", resourceCulture); } } /// /// Looks up a localized string similar to Save {0} resources. /// public static string SaveResourcesCommand { get { return ResourceManager.GetString("SaveResourcesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Save {0} resources, use sub dirs. /// public static string SaveResourcesSubDirectoriesCommand { get { return ResourceManager.GetString("SaveResourcesSubDirectoriesCommand", resourceCulture); } } /// /// Looks up a localized string similar to Sec Decls. /// public static string SecurityDeclarationsTab { get { return ResourceManager.GetString("SecurityDeclarationsTab", resourceCulture); } } /// /// Looks up a localized string similar to A. /// public static string ShortCutKeyA { get { return ResourceManager.GetString("ShortCutKeyA", resourceCulture); } } /// /// Looks up a localized string similar to Alt+Enter. /// public static string ShortcutKeyAltEnter { get { return ResourceManager.GetString("ShortcutKeyAltEnter", resourceCulture); } } /// /// Looks up a localized string similar to B. /// public static string ShortCutKeyB { get { return ResourceManager.GetString("ShortCutKeyB", resourceCulture); } } /// /// Looks up a localized string similar to C. /// public static string ShortCutKeyC { get { return ResourceManager.GetString("ShortCutKeyC", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Alt+V. /// public static string ShortCutKeyCtrlAltV { get { return ResourceManager.GetString("ShortCutKeyCtrlAltV", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+C. /// public static string ShortCutKeyCtrlC { get { return ResourceManager.GetString("ShortCutKeyCtrlC", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Del. /// public static string ShortCutKeyCtrlDel { get { return ResourceManager.GetString("ShortCutKeyCtrlDel", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+F. /// public static string ShortCutKeyCtrlF { get { return ResourceManager.GetString("ShortCutKeyCtrlF", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+G. /// public static string ShortCutKeyCtrlG { get { return ResourceManager.GetString("ShortCutKeyCtrlG", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+I. /// public static string ShortCutKeyCtrlI { get { return ResourceManager.GetString("ShortCutKeyCtrlI", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+M. /// public static string ShortCutKeyCtrlM { get { return ResourceManager.GetString("ShortCutKeyCtrlM", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+O. /// public static string ShortCutKeyCtrlO { get { return ResourceManager.GetString("ShortCutKeyCtrlO", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+R. /// public static string ShortCutKeyCtrlR { get { return ResourceManager.GetString("ShortCutKeyCtrlR", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Shift+A. /// public static string ShortCutKeyCtrlShiftA { get { return ResourceManager.GetString("ShortCutKeyCtrlShiftA", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Shift+C. /// public static string ShortCutKeyCtrlShiftC { get { return ResourceManager.GetString("ShortCutKeyCtrlShiftC", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Shift+D. /// public static string ShortCutKeyCtrlShiftD { get { return ResourceManager.GetString("ShortCutKeyCtrlShiftD", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Shift+E. /// public static string ShortCutKeyCtrlShiftE { get { return ResourceManager.GetString("ShortCutKeyCtrlShiftE", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Shift+O. /// public static string ShortCutKeyCtrlShiftO { get { return ResourceManager.GetString("ShortCutKeyCtrlShiftO", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Shift+S. /// public static string ShortCutKeyCtrlShiftS { get { return ResourceManager.GetString("ShortCutKeyCtrlShiftS", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Shift+T. /// public static string ShortCutKeyCtrlShiftT { get { return ResourceManager.GetString("ShortCutKeyCtrlShiftT", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+T. /// public static string ShortCutKeyCtrlT { get { return ResourceManager.GetString("ShortCutKeyCtrlT", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+V. /// public static string ShortCutKeyCtrlV { get { return ResourceManager.GetString("ShortCutKeyCtrlV", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+X. /// public static string ShortCutKeyCtrlX { get { return ResourceManager.GetString("ShortCutKeyCtrlX", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Y. /// public static string ShortCutKeyCtrlY { get { return ResourceManager.GetString("ShortCutKeyCtrlY", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl+Z. /// public static string ShortCutKeyCtrlZ { get { return ResourceManager.GetString("ShortCutKeyCtrlZ", resourceCulture); } } /// /// Looks up a localized string similar to D. /// public static string ShortCutKeyD { get { return ResourceManager.GetString("ShortCutKeyD", resourceCulture); } } /// /// Looks up a localized string similar to F. /// public static string ShortCutKeyF { get { return ResourceManager.GetString("ShortCutKeyF", resourceCulture); } } /// /// Looks up a localized string similar to F6. /// public static string ShortCutKeyF6 { get { return ResourceManager.GetString("ShortCutKeyF6", resourceCulture); } } /// /// Looks up a localized string similar to I. /// public static string ShortCutKeyI { get { return ResourceManager.GetString("ShortCutKeyI", resourceCulture); } } /// /// Looks up a localized string similar to N. /// public static string ShortCutKeyN { get { return ResourceManager.GetString("ShortCutKeyN", resourceCulture); } } /// /// Looks up a localized string similar to O. /// public static string ShortCutKeyO { get { return ResourceManager.GetString("ShortCutKeyO", resourceCulture); } } /// /// Looks up a localized string similar to P. /// public static string ShortCutKeyP { get { return ResourceManager.GetString("ShortCutKeyP", resourceCulture); } } /// /// Looks up a localized string similar to R. /// public static string ShortCutKeyR { get { return ResourceManager.GetString("ShortCutKeyR", resourceCulture); } } /// /// Looks up a localized string similar to S. /// public static string ShortCutKeyS { get { return ResourceManager.GetString("ShortCutKeyS", resourceCulture); } } /// /// Looks up a localized string similar to Shift+Alt+R. /// public static string ShortCutKeyShiftAltR { get { return ResourceManager.GetString("ShortCutKeyShiftAltR", resourceCulture); } } /// /// Looks up a localized string similar to U. /// public static string ShortCutKeyU { get { return ResourceManager.GetString("ShortCutKeyU", resourceCulture); } } /// /// Looks up a localized string similar to Show Data in He_x Editor. /// public static string ShowDataInHexEditorCommand { get { return ResourceManager.GetString("ShowDataInHexEditorCommand", resourceCulture); } } /// /// Looks up a localized string similar to Show in He_x Editor. /// public static string ShowInHexEditorCommand { get { return ResourceManager.GetString("ShowInHexEditorCommand", resourceCulture); } } /// /// Looks up a localized string similar to Show in Hex Editor. /// public static string ShowInHexEditorCommand2 { get { return ResourceManager.GetString("ShowInHexEditorCommand2", resourceCulture); } } /// /// Looks up a localized string similar to Show Initial Value in Hex Editor. /// public static string ShowInitialValueInHexEditorCommand { get { return ResourceManager.GetString("ShowInitialValueInHexEditorCommand", resourceCulture); } } /// /// Looks up a localized string similar to Show Instructions in He_x Editor. /// public static string ShowInstrsInHexEditorCommand { get { return ResourceManager.GetString("ShowInstrsInHexEditorCommand", resourceCulture); } } /// /// Looks up a localized string similar to Show Method Body in Hex Editor. /// public static string ShowMethodBodyInHexEditorCommand { get { return ResourceManager.GetString("ShowMethodBodyInHexEditorCommand", resourceCulture); } } /// /// Looks up a localized string similar to _Simplify All Instructions. /// public static string SimplifyAllInstructionsCommand { get { return ResourceManager.GetString("SimplifyAllInstructionsCommand", resourceCulture); } } /// /// Looks up a localized string similar to _Sort Table. /// public static string SortMetadataTableCommand { get { return ResourceManager.GetString("SortMetadataTableCommand", resourceCulture); } } /// /// Looks up a localized string similar to So_rt Selection. /// public static string SortSelectionCommand { get { return ResourceManager.GetString("SortSelectionCommand", resourceCulture); } } /// /// Looks up a localized string similar to Error. /// public static string StatusError { get { return ResourceManager.GetString("StatusError", resourceCulture); } } /// /// Looks up a localized string similar to Hidden. /// public static string StatusHidden { get { return ResourceManager.GetString("StatusHidden", resourceCulture); } } /// /// Looks up a localized string similar to Info. /// public static string StatusInfo { get { return ResourceManager.GetString("StatusInfo", resourceCulture); } } /// /// Looks up a localized string similar to Warning. /// public static string StatusWarning { get { return ResourceManager.GetString("StatusWarning", resourceCulture); } } /// /// Looks up a localized string similar to Tables Heap Options. /// public static string TablesHeapOptionsTab { get { return ResourceManager.GetString("TablesHeapOptionsTab", resourceCulture); } } /// /// Looks up a localized string similar to Token. /// public static string Token { get { return ResourceManager.GetString("Token", resourceCulture); } } /// /// Looks up a localized string similar to You've selected too many bytes of data. /// public static string TooManyBytesSelected { get { return ResourceManager.GetString("TooManyBytesSelected", resourceCulture); } } /// /// Looks up a localized string similar to Type: {0}. /// public static string Type { get { return ResourceManager.GetString("Type", resourceCulture); } } /// /// Looks up a localized string similar to C_lass Size. /// public static string Type_ClassSize { get { return ResourceManager.GetString("Type_ClassSize", resourceCulture); } } /// /// Looks up a localized string similar to Accessibilit_y. /// public static string Type_Flags_Accessibility { get { return ResourceManager.GetString("Type_Flags_Accessibility", resourceCulture); } } /// /// Looks up a localized string similar to _Kind. /// public static string Type_Flags_Kind { get { return ResourceManager.GetString("Type_Flags_Kind", resourceCulture); } } /// /// Looks up a localized string similar to Layo_ut. /// public static string Type_Flags_Layout { get { return ResourceManager.GetString("Type_Flags_Layout", resourceCulture); } } /// /// Looks up a localized string similar to Strin_g. /// public static string Type_Flags_String { get { return ResourceManager.GetString("Type_Flags_String", resourceCulture); } } /// /// Looks up a localized string similar to Visibilit_y. /// public static string Type_Flags_Visibility { get { return ResourceManager.GetString("Type_Flags_Visibility", resourceCulture); } } /// /// Looks up a localized string similar to _Name. /// public static string Type_Name { get { return ResourceManager.GetString("Type_Name", resourceCulture); } } /// /// Looks up a localized string similar to N_amespace. /// public static string Type_Namespace { get { return ResourceManager.GetString("Type_Namespace", resourceCulture); } } /// /// Looks up a localized string similar to Packing Si_ze. /// public static string Type_PackingSize { get { return ResourceManager.GetString("Type_PackingSize", resourceCulture); } } /// /// Looks up a localized string similar to The type must be a generic type. /// public static string TypeMustBeGeneric { get { return ResourceManager.GetString("TypeMustBeGeneric", resourceCulture); } } /// /// Looks up a localized string similar to Arra_y. /// public static string TypeSigCreator_Array { get { return ResourceManager.GetString("TypeSigCreator_Array", resourceCulture); } } /// /// Looks up a localized string similar to Lo_wer Bounds. /// public static string TypeSigCreator_Array_LowerBounds { get { return ResourceManager.GetString("TypeSigCreator_Array_LowerBounds", resourceCulture); } } /// /// Looks up a localized string similar to Comma separated list of array lower bounds (signed integers). /// public static string TypeSigCreator_Array_LowerBounds_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Array_LowerBounds_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Ran_k. /// public static string TypeSigCreator_Array_Rank { get { return ResourceManager.GetString("TypeSigCreator_Array_Rank", resourceCulture); } } /// /// Looks up a localized string similar to S_izes. /// public static string TypeSigCreator_Array_Sizes { get { return ResourceManager.GetString("TypeSigCreator_Array_Sizes", resourceCulture); } } /// /// Looks up a localized string similar to Comma separated list of array sizes (unsigned integers). /// public static string TypeSigCreator_Array_Sizes_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Array_Sizes_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Convert type to a multidimensional array. /// public static string TypeSigCreator_Array_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Array_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _ByRef. /// public static string TypeSigCreator_ByRef { get { return ResourceManager.GetString("TypeSigCreator_ByRef", resourceCulture); } } /// /// Looks up a localized string similar to Convert type to a by-reference. /// public static string TypeSigCreator_ByRef_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_ByRef_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Cl_ear. /// public static string TypeSigCreator_Clear { get { return ResourceManager.GetString("TypeSigCreator_Clear", resourceCulture); } } /// /// Looks up a localized string similar to Clear type. /// public static string TypeSigCreator_Clear_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Clear_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to CModOp_t. /// public static string TypeSigCreator_CModOpt { get { return ResourceManager.GetString("TypeSigCreator_CModOpt", resourceCulture); } } /// /// Looks up a localized string similar to Add an optional C modifier. /// public static string TypeSigCreator_CModOpt_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_CModOpt_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to C_ModReqd. /// public static string TypeSigCreator_CModReqd { get { return ResourceManager.GetString("TypeSigCreator_CModReqd", resourceCulture); } } /// /// Looks up a localized string similar to Add a required C modifier. /// public static string TypeSigCreator_CModReqd_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_CModReqd_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _FnPtr. /// public static string TypeSigCreator_FnPtr { get { return ResourceManager.GetString("TypeSigCreator_FnPtr", resourceCulture); } } /// /// Looks up a localized string similar to Add a function pointer. /// public static string TypeSigCreator_FnPtr_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_FnPtr_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _GenericInst. /// public static string TypeSigCreator_GenericInst { get { return ResourceManager.GetString("TypeSigCreator_GenericInst", resourceCulture); } } /// /// Looks up a localized string similar to Add a generic instance type. /// public static string TypeSigCreator_GenericInst_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_GenericInst_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to #. /// public static string TypeSigCreator_GenericsCount { get { return ResourceManager.GetString("TypeSigCreator_GenericsCount", resourceCulture); } } /// /// Looks up a localized string similar to Type/method generic variable number. /// public static string TypeSigCreator_GenericsCount_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_GenericsCount_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Multidimensional Array. /// public static string TypeSigCreator_MultidimensionalArray { get { return ResourceManager.GetString("TypeSigCreator_MultidimensionalArray", resourceCulture); } } /// /// Looks up a localized string similar to _MVar. /// public static string TypeSigCreator_MVar { get { return ResourceManager.GetString("TypeSigCreator_MVar", resourceCulture); } } /// /// Looks up a localized string similar to Add a method generic variable. /// public static string TypeSigCreator_MVar_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_MVar_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Pi_nned. /// public static string TypeSigCreator_Pinned { get { return ResourceManager.GetString("TypeSigCreator_Pinned", resourceCulture); } } /// /// Looks up a localized string similar to Turn it into a pinned variable. /// public static string TypeSigCreator_Pinned_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Pinned_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Pointer. /// public static string TypeSigCreator_Pointer { get { return ResourceManager.GetString("TypeSigCreator_Pointer", resourceCulture); } } /// /// Looks up a localized string similar to Convert type to a pointer. /// public static string TypeSigCreator_Pointer_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Pointer_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Remove last added type. /// public static string TypeSigCreator_Remove_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Remove_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to S_Z Array. /// public static string TypeSigCreator_SZArray { get { return ResourceManager.GetString("TypeSigCreator_SZArray", resourceCulture); } } /// /// Looks up a localized string similar to Convert type to a single-dimension, zero lower-bound array. /// public static string TypeSigCreator_SZArray_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_SZArray_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Type. /// public static string TypeSigCreator_Type { get { return ResourceManager.GetString("TypeSigCreator_Type", resourceCulture); } } /// /// Looks up a localized string similar to Add a type. /// public static string TypeSigCreator_Type_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Type_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to _Var. /// public static string TypeSigCreator_Var { get { return ResourceManager.GetString("TypeSigCreator_Var", resourceCulture); } } /// /// Looks up a localized string similar to Add a type generic variable. /// public static string TypeSigCreator_Var_ToolTip { get { return ResourceManager.GetString("TypeSigCreator_Var_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Type. /// public static string TypeTab { get { return ResourceManager.GetString("TypeTab", resourceCulture); } } /// /// Looks up a localized string similar to Undo. /// public static string UndoCommand { get { return ResourceManager.GetString("UndoCommand", resourceCulture); } } /// /// Looks up a localized string similar to Undo. /// public static string UndoToolBarToolTip { get { return ResourceManager.GetString("UndoToolBarToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Unknown. /// public static string Unknown { get { return ResourceManager.GetString("Unknown", resourceCulture); } } /// /// Looks up a localized string similar to Some of the copied bytes are unknown because the method has been edited. New tokens and string offsets are only known once the file has been saved to disk and re-opened.. /// public static string UnknownBytesMsg { get { return ResourceManager.GetString("UnknownBytesMsg", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Enum. /// public static string UnknownEnum { get { return ResourceManager.GetString("UnknownEnum", resourceCulture); } } /// /// Looks up a localized string similar to There is an unsaved file.. /// public static string UnsavedFile { get { return ResourceManager.GetString("UnsavedFile", resourceCulture); } } /// /// Looks up a localized string similar to There are {0} unsaved files.. /// public static string UnsavedFiles { get { return ResourceManager.GetString("UnsavedFiles", resourceCulture); } } /// /// Looks up a localized string similar to _Value. /// public static string Value { get { return ResourceManager.GetString("Value", resourceCulture); } } /// /// Looks up a localized string similar to Value type. /// public static string ValueType_ToolTip { get { return ResourceManager.GetString("ValueType_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to {0} bytes. /// public static string XBytes { get { return ResourceManager.GetString("XBytes", resourceCulture); } } /// /// Looks up a localized string similar to _XML. /// public static string XML { get { return ResourceManager.GetString("XML", resourceCulture); } } } }