gpt4 book ai didi

powershell - 删除 PowerShell 脚本模块时如何运行自定义方法(自行清理)

转载 作者:行者123 更新时间:2023-12-02 22:34:36 31 4
gpt4 key购买 nike

PowerShell脚本模块有没有办法在删除时运行一些代码?

例子:

Import-Module my-module.psm1
Remove-Module my-module
# At this point I want my-module.psm1 to be notified
# that it is being unloaded so it can run some clean up code.

我当前的用例是一个添加断点的模块,我希望它调用 Remove-PSBreakpoint当模块被移除时,它不会在范围内留下困惑。

最佳答案

看看把这条线放到你的模块中。

$MyInvocation.MyCommand.ScriptBlock.Module.OnRemove = { ## Some code }

关于powershell - 删除 PowerShell 脚本模块时如何运行自定义方法(自行清理),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35896326/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com