LibraryUnload

LibraryUnload[lib]

卸载所有已经从一个 Wolfram 库加载的函数,然后卸载该库.

更多信息

  • LibraryUnloadlib 卸载所有 LibraryFunction 对象,以使得它们不可约再被使用.
  • 在某些平台上,当一个库的所有函数已经被卸载时,该库可以被修改和重载.
  • LibraryUnload 将卸载不符合 Wolfram 库规范的库.
  • 当一个 Wolfram 库被卸载,调用库中的一个 uninitialization function.

范例

基本范例  (1)

LibraryFunction 对象由 LibraryFunctionLoad 产生:

LibraryFunction 对象可以用作 Wolfram 语言函数:

以下卸载库:

现在库中的所有 LibraryFunction 对象都不可以使用:

Wolfram Research (2010),LibraryUnload,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LibraryUnload.html.

文本

Wolfram Research (2010),LibraryUnload,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LibraryUnload.html.

CMS

Wolfram 语言. 2010. "LibraryUnload." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/LibraryUnload.html.

APA

Wolfram 语言. (2010). LibraryUnload. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/LibraryUnload.html 年

BibTeX

@misc{reference.wolfram_2024_libraryunload, author="Wolfram Research", title="{LibraryUnload}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/LibraryUnload.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_libraryunload, organization={Wolfram Research}, title={LibraryUnload}, year={2010}, url={https://reference.wolfram.com/language/ref/LibraryUnload.html}, note=[Accessed: 21-November-2024 ]}