Cosmos/source2/Tools/PlugsInspector
EdwardNutting_cp 1215c115cd Plugs Inspector app made much more advanced.
Displays .Net Classes which have been plugged in a list. On selecting one, it displays the Cosmos classes that plug that .Net class and all the plugged/unplugged methods (including private/hidden methods).
You can select a plugged method and run it with all Null parameters to see what it does.
2014-02-01 14:35:58 +00:00
..
Properties
App.config
AssembliesPreloader.cs Basic Plugs Inspector code working - it can load plugs from all referenced assemblies correctly and display the list of plugs. 2014-02-01 12:21:04 +00:00
Form1.cs Plugs Inspector app made much more advanced. 2014-02-01 14:35:58 +00:00
Form1.Designer.cs Plugs Inspector app made much more advanced. 2014-02-01 14:35:58 +00:00
Form1.resx
PlugsInspector.csproj Basic Plugs Inspector code working - it can load plugs from all referenced assemblies correctly and display the list of plugs. 2014-02-01 12:21:04 +00:00
Program.cs