Legacy Documentation

Mathematica 9 (2012)

This is documentation for Mathematica 9, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 15.0)

UninstallNET

UninstallNET[]
shuts down the .NET runtime that was started by InstallNET.

DetailsDetails

  • To use UninstallNET, you first need to load .NET/Link using Needs["NETLink`"].
  • This function is provided mainly for developers who are actively recompiling .NET types for use in Mathematica and therefore need to shut down and restart the .NET runtime to reload the modified types. Users generally have no reason to call UninstallNET.
  • The .NET runtime is a shared resource used by potentially many Mathematica programs. You should leave it running unless you are absolutely sure you need to shut it down.
ja