MSDN-WhiteKnight / CilTools

A set of tools to work with CIL in .NET applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make ITypeInfo public

MSDN-WhiteKnight opened this issue · comments

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).

  • Implementation
  • Docs and release