NETLink`
NETLink`
UninstallNET
shuts down the .NET runtime that was started by InstallNET.
更多信息和选项
- 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 the Wolfram Language 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 Wolfram Language programs. You should leave it running unless you are absolutely sure you need to shut it down.