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