@@ -123,8 +123,11 @@ static const CLR_RT_MethodHandler method_lookup[] =
123123 Library_corlib_native_System_String::Split___SZARRAY_STRING__SZARRAY_CHAR__I4,
124124 Library_corlib_native_System_String::Substring___STRING__I4,
125125 Library_corlib_native_System_String::Substring___STRING__I4__I4,
126+ Library_corlib_native_System_String::Trim___STRING,
126127 Library_corlib_native_System_String::Trim___STRING__SZARRAY_CHAR,
128+ Library_corlib_native_System_String::TrimStart___STRING,
127129 Library_corlib_native_System_String::TrimStart___STRING__SZARRAY_CHAR,
130+ Library_corlib_native_System_String::TrimEnd___STRING,
128131 Library_corlib_native_System_String::TrimEnd___STRING__SZARRAY_CHAR,
129132 Library_corlib_native_System_String::_ctor___VOID__SZARRAY_CHAR__I4__I4,
130133 Library_corlib_native_System_String::_ctor___VOID__SZARRAY_CHAR,
@@ -133,12 +136,12 @@ static const CLR_RT_MethodHandler method_lookup[] =
133136 Library_corlib_native_System_String::IndexOf___I4__CHAR,
134137 Library_corlib_native_System_String::IndexOf___I4__CHAR__I4,
135138 Library_corlib_native_System_String::IndexOf___I4__CHAR__I4__I4,
136- Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR,
137- Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR__I4,
138- Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR__I4__I4,
139139 Library_corlib_native_System_String::IndexOf___I4__STRING,
140140 Library_corlib_native_System_String::IndexOf___I4__STRING__I4,
141141 Library_corlib_native_System_String::IndexOf___I4__STRING__I4__I4,
142+ Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR,
143+ Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR__I4,
144+ Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR__I4__I4,
142145 Library_corlib_native_System_String::LastIndexOf___I4__CHAR,
143146 Library_corlib_native_System_String::LastIndexOf___I4__CHAR__I4,
144147 Library_corlib_native_System_String::LastIndexOf___I4__CHAR__I4__I4,
@@ -150,7 +153,6 @@ static const CLR_RT_MethodHandler method_lookup[] =
150153 Library_corlib_native_System_String::LastIndexOf___I4__STRING__I4__I4,
151154 Library_corlib_native_System_String::ToLower___STRING,
152155 Library_corlib_native_System_String::ToUpper___STRING,
153- Library_corlib_native_System_String::Trim___STRING,
154156 nullptr ,
155157 nullptr ,
156158 nullptr ,
@@ -887,6 +889,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
887889 Library_corlib_native_System_String::Split___SZARRAY_STRING__SZARRAY_CHAR__I4,
888890 Library_corlib_native_System_String::Substring___STRING__I4,
889891 Library_corlib_native_System_String::Substring___STRING__I4__I4,
892+ Library_corlib_native_System_String::Trim___STRING,
890893 Library_corlib_native_System_String::Trim___STRING__SZARRAY_CHAR,
891894 Library_corlib_native_System_String::TrimStart___STRING__SZARRAY_CHAR,
892895 Library_corlib_native_System_String::TrimEnd___STRING__SZARRAY_CHAR,
@@ -897,12 +900,12 @@ static const CLR_RT_MethodHandler method_lookup[] =
897900 Library_corlib_native_System_String::IndexOf___I4__CHAR,
898901 Library_corlib_native_System_String::IndexOf___I4__CHAR__I4,
899902 Library_corlib_native_System_String::IndexOf___I4__CHAR__I4__I4,
900- Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR,
901- Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR__I4,
902- Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR__I4__I4,
903903 Library_corlib_native_System_String::IndexOf___I4__STRING,
904904 Library_corlib_native_System_String::IndexOf___I4__STRING__I4,
905905 Library_corlib_native_System_String::IndexOf___I4__STRING__I4__I4,
906+ Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR,
907+ Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR__I4,
908+ Library_corlib_native_System_String::IndexOfAny___I4__SZARRAY_CHAR__I4__I4,
906909 Library_corlib_native_System_String::LastIndexOf___I4__CHAR,
907910 Library_corlib_native_System_String::LastIndexOf___I4__CHAR__I4,
908911 Library_corlib_native_System_String::LastIndexOf___I4__CHAR__I4__I4,
@@ -914,7 +917,6 @@ static const CLR_RT_MethodHandler method_lookup[] =
914917 Library_corlib_native_System_String::LastIndexOf___I4__STRING__I4__I4,
915918 Library_corlib_native_System_String::ToLower___STRING,
916919 Library_corlib_native_System_String::ToUpper___STRING,
917- Library_corlib_native_System_String::Trim___STRING,
918920 nullptr ,
919921 nullptr ,
920922 nullptr ,
@@ -1505,11 +1507,11 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
15051507
15061508#if (NANOCLR_REFLECTION == TRUE)
15071509
1508- 0x4E06901B ,
1510+ 0x50BF350D ,
15091511
15101512#elif (NANOCLR_REFLECTION == FALSE)
15111513
1512- 0xB9FA421B ,
1514+ 0x3184D138 ,
15131515,
15141516
15151517#else
0 commit comments