Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi!

In below four namespaces, I am looking to compare the list of classes and their public properties/ methods/ events in .net Framework and .net Compact Framework:

1. System.Windows.Forms
2. System.Drawing
3. System.Xml
4. System.ComponentModel

One source of information is the VS's ubiquitous object browser. But, the way it is designed is to present information of a selected namespace/ class/ method.

Is there a way or a tool to aggregate this information as a comprehensive data set in an excel worksheet that can be used for comparison (by highlighting those classes/ methods supported in .net compact framework)?

Appreciate your time.

regards.
Posted

1 solution

Grab a copy of this software:
Reflector[^].

It gives you the option to copy and paste. You could save one version to source control, paste the difference in and then compare versions.

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900