WOLFRAM

LibraryUnload[lib]

Wolframライブラリからロードされた全関数をアンロードし,続けてライブラリ自体をアンロードする.

詳細

  • LibraryUnloadlib からすべてのLibraryFunctionオブジェクトをアンロードし,使えないようにする.
  • プラットフォームによっては,ライブラリからの全関数がアンロードされると,ライブラリに変更を加えて再びロードできるものもある.
  • LibraryUnloadはWolframライブラリの指定に従っていないライブラリをアンロードする.
  • Wolframライブラリがアンロードされるとライブラリ中の初期化解除関数が呼び出される.

例題

  (1)基本的な使用例

LibraryFunctionオブジェクトはLibraryFunctionLoadによって生成される:

LibraryFunctionオブジェクトは,Wolfram言語関数として使うことができる:

Out[2]=2

以下でライブラリをアンロードする:

ライブラリのLibraryFunctionオブジェクトで使えるものはなくなった:

Out[4]=4
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.

テキスト

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 Language. 2010. "LibraryUnload." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LibraryUnload.html.

Wolfram Language. 2010. "LibraryUnload." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LibraryUnload.html.

APA

Wolfram Language. (2010). LibraryUnload. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LibraryUnload.html

Wolfram Language. (2010). LibraryUnload. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LibraryUnload.html

BibTeX

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

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

BibLaTeX

@online{reference.wolfram_2025_libraryunload, organization={Wolfram Research}, title={LibraryUnload}, year={2010}, url={https://reference.wolfram.com/language/ref/LibraryUnload.html}, note=[Accessed: 02-April-2025 ]}

@online{reference.wolfram_2025_libraryunload, organization={Wolfram Research}, title={LibraryUnload}, year={2010}, url={https://reference.wolfram.com/language/ref/LibraryUnload.html}, note=[Accessed: 02-April-2025 ]}