
How can I get a list of all of the methods, properties and events in a particular assembly? For instance, I need to know this information regarding Windows® Forms and ADO.NET. Ideally, I would also like to get information on the datatype of a property and the datatype of a function's return value. I also need to have this information appear in a spreadsheet. This is an interesting question. Let me show you the application I built to do this, then I'll explain the code. Figure 1 shows the app's main interface run against the System.Windows.Forms assembly. It shows that 28,932 members were processed.
|