Hello there! I'll have to generate a lot of externs so I can interface with the .NET framework from another programming language for an open-source project I'm working on. I was wondering if there is any way to get all the MSDN class references as an XML or something? I'm thinking about parsing the actual HTML, but it seems it won't be very straight-forward, so I was wondering if there is a better way to do it.
The most detail I can get from them, the better. So for example if it works on the Compact Framework, or version differences, would be great to be able to get.
Thank you very much!