문제

The docs are clear that type aliases are not present in MSIL. However, they must be present in the assembly metadata since they're usable from other F# assemblies. Where is this information?

도움이 되었습니까?

해결책

I believe that this information is included in a signature data resource within the assembly - you can use the FSharp.PowerPack.Metadata assembly to reflect over it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top