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.Execution/src/Resources/Strings.resx')
-rw-r--r--src/System.Private.Reflection.Execution/src/Resources/Strings.resx24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/System.Private.Reflection.Execution/src/Resources/Strings.resx b/src/System.Private.Reflection.Execution/src/Resources/Strings.resx
index f03a830ef..0a8ef5f1b 100644
--- a/src/System.Private.Reflection.Execution/src/Resources/Strings.resx
+++ b/src/System.Private.Reflection.Execution/src/Resources/Strings.resx
@@ -141,30 +141,9 @@
<data name="InvalidOperation_NoValue" xml:space="preserve">
<value>Nullable object must have a value.</value>
</data>
- <data name="PlatformNotSupported_CantInvokeIntrinsic" xml:space="preserve">
- <value>Late-bound invocation is not supported for compiler-intrinsic methods.</value>
- </data>
- <data name="PlatformNotSupported_VarArgs" xml:space="preserve">
- <value>Methods using the vararg calling convention are not supported on this platform.</value>
- </data>
- <data name="PlatformNotSupported_PointerArguments" xml:space="preserve">
- <value>Passing or returning pointers through Invoke is not supported on this platform.</value>
- </data>
<data name="RFLCT_Targ_StatFldReqTarg" xml:space="preserve">
<value>Non-static field requires a target.</value>
</data>
- <data name="LdToken_NoMetadata_1" xml:space="preserve">
- <value>Prerelease Restriction: The following type member cannot be referenced from inside a Linq Expression:\n\n </value>
- </data>
- <data name="LdToken_NoMetadata_2" xml:space="preserve">
- <value>\n\nThe following may be used as a workaround:\n\n</value>
- </data>
- <data name="LdToken_NoMetadata_3" xml:space="preserve">
- <value> 1. Make the member public or mark the member with the System.Reflection.Metadata.Controls.ReflectionInfo attribute specifying the argument ReflectionInfoOption.Include\n</value>
- </data>
- <data name="LdToken_NoMetadata_4" xml:space="preserve">
- <value> 2. Enable Reflection for its declaring type with the System.Reflection.Consumption.EnableDynamicProgramming attribute.\n\n\n</value>
- </data>
<data name="MissingConstructor_Name" xml:space="preserve">
<value>Constructor on type '{0}' not found.</value>
</data>
@@ -192,9 +171,6 @@
<data name="Argument_ConstraintFailed" xml:space="preserve">
<value>'{0}', on '{1}' violates the constraint of type '{2}'.</value>
</data>
- <data name="PlatformNotSupported_GetMethodInfoForStubDelegate" xml:space="preserve">
- <value>Obtaining a MethodInfo of a reflection-constructed delegate to a virtual method is not supported on this platform.</value>
- </data>
<data name="Argument_ImplementIComparable" xml:space="preserve">
<value>At least one object must implement IComparable.</value>
</data>