Opens a message box that shows the currently imported namespaces. The user will have to click "OK" to proceed.
CLR.ShowImports() -> void |
The following JScript code first imports a namespace, and then displays the list of imported namespaces:
CLR.Import( "System.Windows.Forms"); |