System.Reflection - Global methods aren't available for reflection
- by mrjoltcola
I have an issue with a semantic gap between the CLR and System.Reflection.
System.Reflection does not (AFAIK) support reflecting on global methods in an assembly. At the assembly level, I must start with the root types.
My compiler can produce assemblies with global methods, and my standard bootstrap lib is a dll that includes some global…