@@ -56,6 +56,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
5656 Library_corlib_native_System_Reflection_FieldInfo::GetCustomAttributesNative___SZARRAY_OBJECT__BOOLEAN,
5757 nullptr ,
5858 Library_corlib_native_System_Type::get_DeclaringType___SystemType,
59+ Library_corlib_native_System_Type::GetGenericTypeDefinition___SystemType,
5960 nullptr ,
6061 nullptr ,
6162 nullptr ,
@@ -69,6 +70,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
6970 nullptr ,
7071 Library_corlib_native_System_Type::IsInstanceOfType___BOOLEAN__OBJECT,
7172 nullptr ,
73+ Library_corlib_native_System_Type::GetGenericArguments___SZARRAY_SystemType,
7274 Library_corlib_native_System_Type::InvokeMember___OBJECT__STRING__SystemReflectionBindingFlags__SystemReflectionBinder__OBJECT__SZARRAY_OBJECT,
7375 Library_corlib_native_System_Type::GetConstructor___SystemReflectionConstructorInfo__SZARRAY_SystemType,
7476 Library_corlib_native_System_Type::GetConstructors___SZARRAY_SystemReflectionConstructorInfo,
@@ -86,6 +88,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
8688 Library_corlib_native_System_Type::get_IsEnum___BOOLEAN,
8789 Library_corlib_native_System_Type::get_IsSerializable___BOOLEAN,
8890 Library_corlib_native_System_Type::get_IsArray___BOOLEAN,
91+ Library_corlib_native_System_Type::get_IsGenericType___BOOLEAN,
92+ Library_corlib_native_System_Type::get_IsGenericTypeDefinition___BOOLEAN,
8993 nullptr ,
9094 nullptr ,
9195 Library_corlib_native_System_Type::GetTypeInternal___STATIC__SystemType__STRING__STRING__BOOLEAN__SZARRAY_I4,
@@ -255,6 +259,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
255259 nullptr ,
256260 nullptr ,
257261 nullptr ,
262+ nullptr ,
258263 Library_corlib_native_System_Array::TrySzIndexOf___STATIC__BOOLEAN__SystemArray__I4__I4__OBJECT__BYREF_I4,
259264 nullptr ,
260265 nullptr ,
@@ -269,6 +274,10 @@ static const CLR_RT_MethodHandler method_lookup[] =
269274 nullptr ,
270275 nullptr ,
271276 nullptr ,
277+ nullptr ,
278+ nullptr ,
279+ nullptr ,
280+ nullptr ,
272281 Library_corlib_native_System_BitConverter::get_IsLittleEndian___STATIC__BOOLEAN,
273282 Library_corlib_native_System_BitConverter::DoubleToInt64Bits___STATIC__I8__R8,
274283 Library_corlib_native_System_BitConverter::GetBytes___STATIC__SZARRAY_U1__BOOLEAN,
@@ -524,6 +533,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
524533 Library_corlib_native_System_Reflection_Assembly::LoadInternal___STATIC__SystemReflectionAssembly__STRING__BOOLEAN__I4__I4__I4__I4,
525534 Library_corlib_native_System_Reflection_Assembly::Load___STATIC__SystemReflectionAssembly__SZARRAY_U1,
526535 nullptr ,
536+ nullptr ,
527537 Library_corlib_native_System_Enum::HasFlag___BOOLEAN__SystemEnum,
528538 nullptr ,
529539 nullptr ,
@@ -625,6 +635,18 @@ static const CLR_RT_MethodHandler method_lookup[] =
625635 nullptr ,
626636 nullptr ,
627637 nullptr ,
638+ nullptr ,
639+ nullptr ,
640+ nullptr ,
641+ nullptr ,
642+ nullptr ,
643+ nullptr ,
644+ nullptr ,
645+ nullptr ,
646+ nullptr ,
647+ nullptr ,
648+ nullptr ,
649+ nullptr ,
628650 Library_corlib_native_System_Number::FormatNative___STATIC__STRING__OBJECT__BOOLEAN__STRING__STRING__STRING__STRING__SZARRAY_I4,
629651 nullptr ,
630652 nullptr ,
@@ -645,6 +667,16 @@ static const CLR_RT_MethodHandler method_lookup[] =
645667 nullptr ,
646668 nullptr ,
647669 nullptr ,
670+ Library_corlib_native_System_ReadOnlySpan_1::NativeReadOnlySpanConstructor___VOID__SZARRAY_GENERICTYPE__I4__I4,
671+ nullptr ,
672+ nullptr ,
673+ nullptr ,
674+ nullptr ,
675+ nullptr ,
676+ nullptr ,
677+ nullptr ,
678+ nullptr ,
679+ nullptr ,
648680 Library_corlib_native_System_Reflection_ConstructorInfo::GetCustomAttributes___SZARRAY_OBJECT__BOOLEAN,
649681 Library_corlib_native_System_Reflection_ConstructorInfo::Invoke___OBJECT__SZARRAY_OBJECT,
650682 nullptr ,
@@ -691,10 +723,12 @@ static const CLR_RT_MethodHandler method_lookup[] =
691723 nullptr ,
692724 nullptr ,
693725 nullptr ,
726+ nullptr ,
694727 Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::InitializeArray___STATIC__VOID__SystemArray__SystemRuntimeFieldHandle,
695728 Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::GetObjectValue___STATIC__OBJECT__OBJECT,
696729 Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::RunClassConstructor___STATIC__VOID__SystemRuntimeTypeHandle,
697730 Library_corlib_native_System_Runtime_CompilerServices_RuntimeHelpers::get_OffsetToStringData___STATIC__I4,
731+ nullptr ,
698732 Library_corlib_native_System_Runtime_Remoting_RemotingServices::IsTransparentProxy___STATIC__BOOLEAN__OBJECT,
699733 nullptr ,
700734 nullptr ,
@@ -734,6 +768,13 @@ static const CLR_RT_MethodHandler method_lookup[] =
734768 nullptr ,
735769 nullptr ,
736770 nullptr ,
771+ Library_corlib_native_System_Span_1::CopyTo___VOID__SystemSpan_1,
772+ nullptr ,
773+ nullptr ,
774+ nullptr ,
775+ Library_corlib_native_System_Span_1::NativeSpanConstructor___VOID__SZARRAY_GENERICTYPE__I4__I4,
776+ nullptr ,
777+ nullptr ,
737778 nullptr ,
738779 nullptr ,
739780 nullptr ,
@@ -1507,7 +1548,7 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
15071548
15081549#if (NANOCLR_REFLECTION == TRUE)
15091550
1510- 0x50BF350D ,
1551+ 0x17B85422 ,
15111552
15121553#elif (NANOCLR_REFLECTION == FALSE)
15131554
0 commit comments