You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make ITypeInfo interface public to enable inspecting function pointer types with CilTools.Metadata
- Change IsFunctionPointer from method to property
- Add test for function pointers
Issue: #67
Make ITypeInfo interface public to enable inspecting function pointer types with CilTools.Metadata. This is currently not supported both in standard reflection and MetadataLoadContext (dotnet/runtime#43791, dotnet/runtime#11354).
The text was updated successfully, but these errors were encountered: