|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Reflection.MetadataLoadContext
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Reflection.MetadataLoadContext.SR)));
/// <summary>The number of generic arguments provided does not match the number of generic parameters.</summary>
internal static string @Argument_GenericArgsCount => GetResourceString("Argument_GenericArgsCount", @"The number of generic arguments provided does not match the number of generic parameters.");
/// <summary>Must be an array type.</summary>
internal static string @Argument_HasToBeArrayClass => GetResourceString("Argument_HasToBeArrayClass", @"Must be an array type.");
/// <summary>The enum type should contain one and only one instance field.</summary>
internal static string @Argument_InvalidEnum => GetResourceString("Argument_InvalidEnum", @"The enum type should contain one and only one instance field.");
/// <summary>Array may not be empty.</summary>
internal static string @Arg_EmptyArray => GetResourceString("Arg_EmptyArray", @"Array may not be empty.");
/// <summary>Literal value was not found.</summary>
internal static string @Arg_EnumLitValueNotFound => GetResourceString("Arg_EnumLitValueNotFound", @"Literal value was not found.");
/// <summary>Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.</summary>
internal static string @Arg_HTCapacityOverflow => GetResourceString("Arg_HTCapacityOverflow", @"Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.");
/// <summary>Type provided must be an enum.</summary>
internal static string @Arg_MustBeEnum => GetResourceString("Arg_MustBeEnum", @"Type provided must be an enum.");
/// <summary>Type must be a type provided by the MetadataLoadContext.</summary>
internal static string @Arg_MustBeType => GetResourceString("Arg_MustBeType", @"Type must be a type provided by the MetadataLoadContext.");
/// <summary>{0} is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition is true.</summary>
internal static string @Arg_NotGenericMethodDefinition => GetResourceString("Arg_NotGenericMethodDefinition", @"{0} is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition is true.");
/// <summary>Method may only be called on a type for which Type.IsGenericParameter is true.</summary>
internal static string @Arg_NotGenericParameter => GetResourceString("Arg_NotGenericParameter", @"Method may only be called on a type for which Type.IsGenericParameter is true.");
/// <summary>{0} is not a GenericTypeDefinition. MakeGenericType may only be called on a type for which Type.IsGenericTypeDefinition is true.</summary>
internal static string @Arg_NotGenericTypeDefinition => GetResourceString("Arg_NotGenericTypeDefinition", @"{0} is not a GenericTypeDefinition. MakeGenericType may only be called on a type for which Type.IsGenericTypeDefinition is true.");
/// <summary>The requested operation cannot be used on objects loaded by a MetadataLoadContext. Use CustomAttributeData instead.</summary>
internal static string @Arg_ReflectionOnlyCA => GetResourceString("Arg_ReflectionOnlyCA", @"The requested operation cannot be used on objects loaded by a MetadataLoadContext. Use CustomAttributeData instead.");
/// <summary>The requested operation cannot be used on objects loaded by a MetadataLoadContext.</summary>
internal static string @Arg_InvalidOperation_Reflection => GetResourceString("Arg_InvalidOperation_Reflection", @"The requested operation cannot be used on objects loaded by a MetadataLoadContext.");
/// <summary>Cannot invoke a method on objects loaded by a MetadataLoadContext.</summary>
internal static string @Arg_ReflectionOnlyInvoke => GetResourceString("Arg_ReflectionOnlyInvoke", @"Cannot invoke a method on objects loaded by a MetadataLoadContext.");
/// <summary>It is illegal to request the default value on a ParameterInfo loaded by a MetadataLoadContext. Use RawDefaultValue instead.</summary>
internal static string @Arg_ReflectionOnlyParameterDefaultValue => GetResourceString("Arg_ReflectionOnlyParameterDefaultValue", @"It is illegal to request the default value on a ParameterInfo loaded by a MetadataLoadContext. Use RawDefaultValue instead.");
/// <summary>Assembly '{0}' contains a type reference '{1}' that contains an invalid scope token.</summary>
internal static string @BadImageFormat_TypeRefBadScopeType => GetResourceString("BadImageFormat_TypeRefBadScopeType", @"Assembly '{0}' contains a type reference '{1}' that contains an invalid scope token.");
/// <summary>Assembly '{0}' contains a type reference '{1}' that references a module not in the manifest.</summary>
internal static string @BadImageFormat_TypeRefModuleNotInManifest => GetResourceString("BadImageFormat_TypeRefModuleNotInManifest", @"Assembly '{0}' contains a type reference '{1}' that references a module not in the manifest.");
/// <summary>Could not find core type '{0}'</summary>
internal static string @CoreTypeNotFound => GetResourceString("CoreTypeNotFound", @"Could not find core type '{0}'");
/// <summary>An assembly that was not created by this MetadataLoadContext object was returned from its MetadataAssemblyResolver.</summary>
internal static string @ExternalAssemblyReturnedByMetadataAssemblyResolver => GetResourceString("ExternalAssemblyReturnedByMetadataAssemblyResolver", @"An assembly that was not created by this MetadataLoadContext object was returned from its MetadataAssemblyResolver.");
/// <summary>The assembly '{0}' has already loaded been loaded into this MetadataLoadContext.</summary>
internal static string @FileLoadDuplicateAssemblies => GetResourceString("FileLoadDuplicateAssemblies", @"The assembly '{0}' has already loaded been loaded into this MetadataLoadContext.");
/// <summary>Could not find assembly '{0}'. Either explicitly load this assembly using a method such as LoadFromAssemblyPath() or use a MetadataAssemblyResolver that returns a valid assembly.</summary>
internal static string @FileNotFoundAssembly => GetResourceString("FileNotFoundAssembly", @"Could not find assembly '{0}'. Either explicitly load this assembly using a method such as LoadFromAssemblyPath() or use a MetadataAssemblyResolver that returns a valid assembly.");
/// <summary>Could not find the module file for '{0}'.</summary>
internal static string @FileNotFoundModule => GetResourceString("FileNotFoundModule", @"Could not find the module file for '{0}'.");
/// <summary>A type specification contained an out of range index for a generic method parameter '{0}'.</summary>
internal static string @GenericMethodParamIndexOutOfRange => GetResourceString("GenericMethodParamIndexOutOfRange", @"A type specification contained an out of range index for a generic method parameter '{0}'.");
/// <summary>A type specification contained an out of range index for a generic type parameter '{0}'.</summary>
internal static string @GenericTypeParamIndexOutOfRange => GetResourceString("GenericTypeParamIndexOutOfRange", @"A type specification contained an out of range index for a generic type parameter '{0}'.");
/// <summary>This property is not supported on assemblies loaded by a MetadataLoadContext as there is no trust level to evaluate these against.</summary>
internal static string @InvalidOperation_IsSecurity => GetResourceString("InvalidOperation_IsSecurity", @"This property is not supported on assemblies loaded by a MetadataLoadContext as there is no trust level to evaluate these against.");
/// <summary>Method may only be called on a Type for which Type.IsFunctionPointer is true.</summary>
internal static string @InvalidOperation_NotFunctionPointer => GetResourceString("InvalidOperation_NotFunctionPointer", @"Method may only be called on a Type for which Type.IsFunctionPointer is true.");
/// <summary>This operation is only valid on generic types.</summary>
internal static string @InvalidOperation_NotGenericType => GetResourceString("InvalidOperation_NotGenericType", @"This operation is only valid on generic types.");
/// <summary>This type '{0}' was not loaded by the MetadataLoadContext that loaded the generic type or method.</summary>
internal static string @MakeGenericType_NotLoadedByMetadataLoadContext => GetResourceString("MakeGenericType_NotLoadedByMetadataLoadContext", @"This type '{0}' was not loaded by the MetadataLoadContext that loaded the generic type or method.");
/// <summary>A manifest resource entry specified a filename that does not appear in the assembly manifest: '{0}'.</summary>
internal static string @ManifestResourceInfoReferencedBadModule => GetResourceString("ManifestResourceInfoReferencedBadModule", @"A manifest resource entry specified a filename that does not appear in the assembly manifest: '{0}'.");
/// <summary>This object is no longer valid because the MetadataLoadContext that created it has been disposed.</summary>
internal static string @MetadataLoadContextDisposed => GetResourceString("MetadataLoadContextDisposed", @"This object is no longer valid because the MetadataLoadContext that created it has been disposed.");
/// <summary>The constructor invoked by a custom attribute cannot be found on type '{0}'.</summary>
internal static string @MissingCustomAttributeConstructor => GetResourceString("MissingCustomAttributeConstructor", @"The constructor invoked by a custom attribute cannot be found on type '{0}'.");
/// <summary>ModuleResolve handlers may only return Modules loaded by the MetadataLoadContext that loaded the parent assembly.</summary>
internal static string @ModuleResolveEventReturnedExternalModule => GetResourceString("ModuleResolveEventReturnedExternalModule", @"ModuleResolve handlers may only return Modules loaded by the MetadataLoadContext that loaded the parent assembly.");
/// <summary>Types loaded by a MetadataLoadContext cannot pass any of these BindingFlags: InvokeMethod, CreateInstance, GetProperty, SetProperty.</summary>
internal static string @NoInvokeMember => GetResourceString("NoInvokeMember", @"Types loaded by a MetadataLoadContext cannot pass any of these BindingFlags: InvokeMethod, CreateInstance, GetProperty, SetProperty.");
/// <summary>This PE image is not a managed executable.</summary>
internal static string @NoMetadataInPeImage => GetResourceString("NoMetadataInPeImage", @"This PE image is not a managed executable.");
/// <summary>This ExceptionHandlingClause is not a clause.</summary>
internal static string @NotAClause => GetResourceString("NotAClause", @"This ExceptionHandlingClause is not a clause.");
/// <summary>This ExceptionHandlingClause is not a filter.</summary>
internal static string @NotAFilter => GetResourceString("NotAFilter", @"This ExceptionHandlingClause is not a filter.");
/// <summary>The CodeBase property is not supported on assemblies loaded by a MetadataLoadContext. Use Assembly.Location to find the origin of an Assembly.</summary>
internal static string @NotSupported_AssemblyCodeBase => GetResourceString("NotSupported_AssemblyCodeBase", @"The CodeBase property is not supported on assemblies loaded by a MetadataLoadContext. Use Assembly.Location to find the origin of an Assembly.");
/// <summary>Passing true for ignoreCase is not supported on assemblies loaded by a MetadataLoadContext.</summary>
internal static string @NotSupported_CaseInsensitive => GetResourceString("NotSupported_CaseInsensitive", @"Passing true for ignoreCase is not supported on assemblies loaded by a MetadataLoadContext.");
/// <summary>GetBaseDefinition() is not supported on assemblies loaded by a MetadataLoadContext.</summary>
internal static string @NotSupported_GetBaseDefinition => GetResourceString("NotSupported_GetBaseDefinition", @"GetBaseDefinition() is not supported on assemblies loaded by a MetadataLoadContext.");
/// <summary>InterfaceMapping is not supported on assemblies loaded by a MetadataLoadContext.</summary>
internal static string @NotSupported_InterfaceMapping => GetResourceString("NotSupported_InterfaceMapping", @"InterfaceMapping is not supported on assemblies loaded by a MetadataLoadContext.");
/// <summary>Passing signature types to this implementation of MakeGenericType() is not supported.</summary>
internal static string @NotSupported_MakeGenericType_SignatureTypes => GetResourceString("NotSupported_MakeGenericType_SignatureTypes", @"Passing signature types to this implementation of MakeGenericType() is not supported.");
/// <summary>MDStreamVersion is not supported on assemblies loaded by a MetadataLoadContext.</summary>
internal static string @NotSupported_MDStreamVersion => GetResourceString("NotSupported_MDStreamVersion", @"MDStreamVersion is not supported on assemblies loaded by a MetadataLoadContext.");
/// <summary>Modified types do not support this member. Use the UnderlyingSystemType property to call this member.</summary>
internal static string @NotSupported_ModifiedType => GetResourceString("NotSupported_ModifiedType", @"Modified types do not support this member. Use the UnderlyingSystemType property to call this member.");
/// <summary>Resolving tokens is not supported on assemblies loaded by a MetadataLoadContext.</summary>
internal static string @NotSupported_ResolvingTokens => GetResourceString("NotSupported_ResolvingTokens", @"Resolving tokens is not supported on assemblies loaded by a MetadataLoadContext.");
/// <summary>The requested operation cannot be used on a module that returns true for IsResource().</summary>
internal static string @ResourceOnlyModule => GetResourceString("ResourceOnlyModule", @"The requested operation cannot be used on a module that returns true for IsResource().");
/// <summary>The module or file name '{0}' is not specified in the assembly's manifest.</summary>
internal static string @SpecifiedFileNameInvalid => GetResourceString("SpecifiedFileNameInvalid", @"The module or file name '{0}' is not specified in the assembly's manifest.");
/// <summary>Satellite assemblies are not supported on assemblies loaded by a MetadataLoadContext.</summary>
internal static string @NotSupported_SatelliteAssembly => GetResourceString("NotSupported_SatelliteAssembly", @"Satellite assemblies are not supported on assemblies loaded by a MetadataLoadContext.");
/// <summary>Could not find type '{0}' in assembly '{1}'.</summary>
internal static string @TypeNotFound => GetResourceString("TypeNotFound", @"Could not find type '{0}' in assembly '{1}'.");
/// <summary>Enum '{0}' has invalid underlying type '{1}'.</summary>
internal static string @UnexpectedUnderlyingEnumType => GetResourceString("UnexpectedUnderlyingEnumType", @"Enum '{0}' has invalid underlying type '{1}'.");
/// <summary>Could not find core assembly. Either specify a valid core assembly name in the MetadataLoadContext constructor or provide a MetadataAssemblyResolver that can load the core assembly.</summary>
internal static string @UnableToDetermineCoreAssembly => GetResourceString("UnableToDetermineCoreAssembly", @"Could not find core assembly. Either specify a valid core assembly name in the MetadataLoadContext constructor or provide a MetadataAssemblyResolver that can load the core assembly.");
/// <summary>The path '{0}' is not valid.</summary>
internal static string @Arg_InvalidPath => GetResourceString("Arg_InvalidPath", @"The path '{0}' is not valid.");
/// <summary>Ambiguous match found for '{0}'.</summary>
internal static string @Arg_AmbiguousMatchException_RoDefinitionType => GetResourceString("Arg_AmbiguousMatchException_RoDefinitionType", @"Ambiguous match found for '{0}'.");
/// <summary>Ambiguous match found for '{0} {1}'.</summary>
internal static string @Arg_AmbiguousMatchException_MemberInfo => GetResourceString("Arg_AmbiguousMatchException_MemberInfo", @"Ambiguous match found for '{0} {1}'.");
}
}
|