Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.Reflection.Core/src/Resources/Strings.resx')
-rw-r--r--src/System.Private.Reflection.Core/src/Resources/Strings.resx21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/System.Private.Reflection.Core/src/Resources/Strings.resx b/src/System.Private.Reflection.Core/src/Resources/Strings.resx
index 4d7615699..820a41e26 100644
--- a/src/System.Private.Reflection.Core/src/Resources/Strings.resx
+++ b/src/System.Private.Reflection.Core/src/Resources/Strings.resx
@@ -150,18 +150,12 @@
<data name="TypeLoad_TypeNotFoundInAssembly" xml:space="preserve">
<value>The type '{0}' cannot be found in assembly '{1}'.</value>
</data>
- <data name="TypeLoad_BadEscape" xml:space="preserve">
- <value>An invalid escape sequence was found inside a type name.</value>
- </data>
<data name="FileNotFound_AssemblyNotFound" xml:space="preserve">
<value>Cannot load assembly '{0}'. No metadata found for this assembly.</value>
</data>
<data name="Arg_HTCapacityOverflow" xml:space="preserve">
<value>Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.</value>
</data>
- <data name="NotSupported_ByRefReturn" xml:space="preserve">
- <value>ByRef return value not supported in reflection invocation.</value>
- </data>
<data name="Arg_DlgtTargMeth" xml:space="preserve">
<value>Cannot bind to the target method because its signature is not compatible with that of the delegate type.</value>
</data>
@@ -228,9 +222,6 @@
<data name="Arg_SetMethNotFnd" xml:space="preserve">
<value>Property set method not found.</value>
</data>
- <data name="TypeIsNotReflectable" xml:space="preserve">
- <value>Type instance is not IReflectable.</value>
- </data>
<data name="Arg_EmptyArray" xml:space="preserve">
<value>Array may not be empty.</value>
</data>
@@ -246,12 +237,6 @@
<data name="NoMetadataTokenAvailable" xml:space="preserve">
<value>There is no metadata token available for the given member.</value>
</data>
- <data name="ModuleVersionIdNotSupported" xml:space="preserve">
- <value>Module version IDs (MVIDs) cannot be retrieved on this platform.</value>
- </data>
- <data name="FileNotFound_ResolveAssembly" xml:space="preserve">
- <value>Could not resolve assembly '{0}'.</value>
- </data>
<data name="MissingField" xml:space="preserve">
<value>Field not found.</value>
</data>
@@ -286,18 +271,12 @@
<data name="Arg_NamedParamTooBig" xml:space="preserve">
<value>Named parameter array cannot be bigger than argument array.</value>
</data>
- <data name="Arg_COMAccess" xml:space="preserve">
- <value>Must specify property Set or Get or method call for a COM Object.</value>
- </data>
<data name="Arg_PropSetGet" xml:space="preserve">
<value>Cannot specify both Get and Set on a property.</value>
</data>
<data name="Arg_PropSetInvoke" xml:space="preserve">
<value>Cannot specify Set on a property and Invoke on a method.</value>
</data>
- <data name="Arg_COMPropSetPut" xml:space="preserve">
- <value>Only one of the following binding flags can be set: BindingFlags.SetProperty, BindingFlags.PutDispProperty, BindingFlags.PutRefDispProperty.</value>
- </data>
<data name="Arg_NamedParamNull" xml:space="preserve">
<value>Named parameter value must not be null.</value>
</data>