|
|
@@ -135,14 +135,27 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
-** SkyNET
|
|
|
+** Type Reflector
|
|
|
|
|
|
- SkyNET is written in C# and uses GTK# for displaying a star chart.
|
|
|
+ Type Reflector is a tool included in Mono to inspect your assemblies.
|
|
|
|
|
|
<table border=1>
|
|
|
<tr>
|
|
|
<td>
|
|
|
- <img src="http://go-mono.com/images/skynet.png">
|
|
|
+ <img src="images/type-reflector.png">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+** Object Browser
|
|
|
+
|
|
|
+ Radek Doulik's Object Browser (in Mono CVS) is a useful tool
|
|
|
+ to inspect existing assemblies and their source code:
|
|
|
+
|
|
|
+ <table border=1>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <img src="images/Screenshot-ObjectBrowserDemo.png">
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
@@ -202,3 +215,15 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
+
|
|
|
+** SkyNET
|
|
|
+
|
|
|
+ SkyNET is written in C# and uses GTK# for displaying a star chart.
|
|
|
+
|
|
|
+ <table border=1>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <img src="http://go-mono.com/images/skynet.png">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|