@ -8,7 +8,8 @@
@@ -8,7 +8,8 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace ICSharpCode.ILSpy.Properties {
namespace ICSharpCode.ILSpy.Properties
{
using System ;
@ -22,14 +23,16 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -22,14 +23,16 @@ namespace ICSharpCode.ILSpy.Properties {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
public class 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 Resources ( ) {
internal Resources ( )
{
}
/// <summary>
@ -807,6 +810,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -807,6 +810,15 @@ namespace ICSharpCode.ILSpy.Properties {
}
}
/// <summary>
/// 查找类似 for ex. property getter/setter access. To get optimal decompilation results, please manually add the missing references to the list of loaded assemblies. 的本地化字符串。
/// </summary>
public static string PropertyManuallyMissingReferencesListLoadedAssemblies {
get {
return ResourceManager . GetString ( "PropertyManuallyMissingReferencesListLoadedAssemblies" , resourceCulture ) ;
}
}
/// <summary>
/// 查找类似 Public Key Token 的本地化字符串。
/// </summary>
@ -978,6 +990,15 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -978,6 +990,15 @@ namespace ICSharpCode.ILSpy.Properties {
}
}
/// <summary>
/// 查找类似 Show assembly load log 的本地化字符串。
/// </summary>
public static string ShowAssemblyLoad {
get {
return ResourceManager . GetString ( "ShowAssemblyLoad" , resourceCulture ) ;
}
}
/// <summary>
/// 查找类似 ShowChildIndexInBlock 的本地化字符串。
/// </summary>
@ -1239,6 +1260,24 @@ namespace ICSharpCode.ILSpy.Properties {
@@ -1239,6 +1260,24 @@ namespace ICSharpCode.ILSpy.Properties {
}
}
/// <summary>
/// 查找类似 Warning: This assembly is marked as 'reference assembly', which means that it only contains metadata and no executable code. 的本地化字符串。
/// </summary>
public static string WarningAsmMarkedRef {
get {
return ResourceManager . GetString ( "WarningAsmMarkedRef" , resourceCulture ) ;
}
}
/// <summary>
/// 查找类似 Warning: Some assembly references could not be resolved automatically. This might lead to incorrect decompilation of some parts, 的本地化字符串。
/// </summary>
public static string WarningSomeAssemblyReference {
get {
return ResourceManager . GetString ( "WarningSomeAssemblyReference" , resourceCulture ) ;
}
}
/// <summary>
/// 查找类似 Search for t:TypeName, m:Member or c:Constant; use exact match (=term), 'should not contain' (-term) or 'must contain' (+term); use /reg(ular)?Ex(pressions)?/ or both - t:/Type(Name)?/... 的本地化字符串。
/// </summary>