artifacts\obj\System.Reflection.MetadataLoadContext\Debug\net11.0\System.SR.cs (53)
16internal static string @Argument_GenericArgsCount => GetResourceString("Argument_GenericArgsCount", @"The number of generic arguments provided does not match the number of generic parameters.");
18internal static string @Argument_HasToBeArrayClass => GetResourceString("Argument_HasToBeArrayClass", @"Must be an array type.");
20internal static string @Argument_InvalidEnum => GetResourceString("Argument_InvalidEnum", @"The enum type should contain one and only one instance field.");
22internal static string @Arg_EmptyArray => GetResourceString("Arg_EmptyArray", @"Array may not be empty.");
24internal static string @Arg_EnumLitValueNotFound => GetResourceString("Arg_EnumLitValueNotFound", @"Literal value was not found.");
26internal 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.");
28internal static string @Arg_MustBeEnum => GetResourceString("Arg_MustBeEnum", @"Type provided must be an enum.");
30internal static string @Arg_MustBeType => GetResourceString("Arg_MustBeType", @"Type must be a type provided by the MetadataLoadContext.");
32internal 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.");
34internal static string @Arg_NotGenericParameter => GetResourceString("Arg_NotGenericParameter", @"Method may only be called on a type for which Type.IsGenericParameter is true.");
36internal 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.");
38internal static string @Arg_ReflectionOnlyCA => GetResourceString("Arg_ReflectionOnlyCA", @"The requested operation cannot be used on objects loaded by a MetadataLoadContext. Use CustomAttributeData instead.");
40internal static string @Arg_InvalidOperation_Reflection => GetResourceString("Arg_InvalidOperation_Reflection", @"The requested operation cannot be used on objects loaded by a MetadataLoadContext.");
42internal static string @Arg_ReflectionOnlyInvoke => GetResourceString("Arg_ReflectionOnlyInvoke", @"Cannot invoke a method on objects loaded by a MetadataLoadContext.");
44internal 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.");
46internal static string @BadImageFormat_TypeRefBadScopeType => GetResourceString("BadImageFormat_TypeRefBadScopeType", @"Assembly '{0}' contains a type reference '{1}' that contains an invalid scope token.");
48internal static string @BadImageFormat_TypeRefModuleNotInManifest => GetResourceString("BadImageFormat_TypeRefModuleNotInManifest", @"Assembly '{0}' contains a type reference '{1}' that references a module not in the manifest.");
50internal static string @CoreTypeNotFound => GetResourceString("CoreTypeNotFound", @"Could not find core type '{0}'");
52internal static string @ExternalAssemblyReturnedByMetadataAssemblyResolver => GetResourceString("ExternalAssemblyReturnedByMetadataAssemblyResolver", @"An assembly that was not created by this MetadataLoadContext object was returned from its MetadataAssemblyResolver.");
54internal static string @FileLoadDuplicateAssemblies => GetResourceString("FileLoadDuplicateAssemblies", @"The assembly '{0}' has already loaded been loaded into this MetadataLoadContext.");
56internal 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.");
58internal static string @FileNotFoundModule => GetResourceString("FileNotFoundModule", @"Could not find the module file for '{0}'.");
60internal static string @GenericMethodParamIndexOutOfRange => GetResourceString("GenericMethodParamIndexOutOfRange", @"A type specification contained an out of range index for a generic method parameter '{0}'.");
62internal static string @GenericTypeParamIndexOutOfRange => GetResourceString("GenericTypeParamIndexOutOfRange", @"A type specification contained an out of range index for a generic type parameter '{0}'.");
64internal 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.");
66internal static string @InvalidOperation_NotFunctionPointer => GetResourceString("InvalidOperation_NotFunctionPointer", @"Method may only be called on a Type for which Type.IsFunctionPointer is true.");
68internal static string @InvalidOperation_NotGenericType => GetResourceString("InvalidOperation_NotGenericType", @"This operation is only valid on generic types.");
70internal static string @MakeGenericType_NotLoadedByMetadataLoadContext => GetResourceString("MakeGenericType_NotLoadedByMetadataLoadContext", @"This type '{0}' was not loaded by the MetadataLoadContext that loaded the generic type or method.");
72internal static string @ManifestResourceInfoReferencedBadModule => GetResourceString("ManifestResourceInfoReferencedBadModule", @"A manifest resource entry specified a filename that does not appear in the assembly manifest: '{0}'.");
74internal static string @MetadataLoadContextDisposed => GetResourceString("MetadataLoadContextDisposed", @"This object is no longer valid because the MetadataLoadContext that created it has been disposed.");
76internal static string @MissingCustomAttributeConstructor => GetResourceString("MissingCustomAttributeConstructor", @"The constructor invoked by a custom attribute cannot be found on type '{0}'.");
78internal static string @ModuleResolveEventReturnedExternalModule => GetResourceString("ModuleResolveEventReturnedExternalModule", @"ModuleResolve handlers may only return Modules loaded by the MetadataLoadContext that loaded the parent assembly.");
80internal static string @NoInvokeMember => GetResourceString("NoInvokeMember", @"Types loaded by a MetadataLoadContext cannot pass any of these BindingFlags: InvokeMethod, CreateInstance, GetProperty, SetProperty.");
82internal static string @NoMetadataInPeImage => GetResourceString("NoMetadataInPeImage", @"This PE image is not a managed executable.");
84internal static string @NotAClause => GetResourceString("NotAClause", @"This ExceptionHandlingClause is not a clause.");
86internal static string @NotAFilter => GetResourceString("NotAFilter", @"This ExceptionHandlingClause is not a filter.");
88internal 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.");
90internal static string @NotSupported_CaseInsensitive => GetResourceString("NotSupported_CaseInsensitive", @"Passing true for ignoreCase is not supported on assemblies loaded by a MetadataLoadContext.");
92internal static string @NotSupported_GetBaseDefinition => GetResourceString("NotSupported_GetBaseDefinition", @"GetBaseDefinition() is not supported on assemblies loaded by a MetadataLoadContext.");
94internal static string @NotSupported_InterfaceMapping => GetResourceString("NotSupported_InterfaceMapping", @"InterfaceMapping is not supported on assemblies loaded by a MetadataLoadContext.");
96internal static string @NotSupported_MakeGenericType_SignatureTypes => GetResourceString("NotSupported_MakeGenericType_SignatureTypes", @"Passing signature types to this implementation of MakeGenericType() is not supported.");
98internal static string @NotSupported_MDStreamVersion => GetResourceString("NotSupported_MDStreamVersion", @"MDStreamVersion is not supported on assemblies loaded by a MetadataLoadContext.");
100internal static string @NotSupported_ModifiedType => GetResourceString("NotSupported_ModifiedType", @"Modified types do not support this member. Use the UnderlyingSystemType property to call this member.");
102internal static string @NotSupported_ResolvingTokens => GetResourceString("NotSupported_ResolvingTokens", @"Resolving tokens is not supported on assemblies loaded by a MetadataLoadContext.");
104internal static string @ResourceOnlyModule => GetResourceString("ResourceOnlyModule", @"The requested operation cannot be used on a module that returns true for IsResource().");
106internal static string @SpecifiedFileNameInvalid => GetResourceString("SpecifiedFileNameInvalid", @"The module or file name '{0}' is not specified in the assembly's manifest.");
108internal static string @NotSupported_SatelliteAssembly => GetResourceString("NotSupported_SatelliteAssembly", @"Satellite assemblies are not supported on assemblies loaded by a MetadataLoadContext.");
110internal static string @TypeNotFound => GetResourceString("TypeNotFound", @"Could not find type '{0}' in assembly '{1}'.");
112internal static string @UnexpectedUnderlyingEnumType => GetResourceString("UnexpectedUnderlyingEnumType", @"Enum '{0}' has invalid underlying type '{1}'.");
114internal 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.");
116internal static string @Arg_InvalidPath => GetResourceString("Arg_InvalidPath", @"The path '{0}' is not valid.");
118internal static string @Arg_AmbiguousMatchException_RoDefinitionType => GetResourceString("Arg_AmbiguousMatchException_RoDefinitionType", @"Ambiguous match found for '{0}'.");
120internal static string @Arg_AmbiguousMatchException_MemberInfo => GetResourceString("Arg_AmbiguousMatchException_MemberInfo", @"Ambiguous match found for '{0} {1}'.");