LibraryFunctionUnload

LibraryFunctionUnload[fun]

卸载一个 LibraryFunction,使得它不可以被使用.

更多信息

  • LibraryFunctionUnload 卸载一个 LibraryFunction,使得它不可以被使用.
  • 在某些平台上,当一个库中的所有函数已经被卸载,该库可以被修改和重载.
  • LibraryUnload 卸载一个库中的所有函数.
  • 当卸载一个 Wolfram 库时,该库中的 uninitialization function 被调用.
  • 当一个 Wolfram 库中的所有函数被卸载时,该库也被卸载.

范例

基本范例  (1)

LibraryFunction 对象由 LibraryFunctionLoad 生成:

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

下面卸载函数:

现在不可以使用 LibraryFunction

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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