gpt4 book ai didi

powershell:导入模块时运行代码

转载 作者:行者123 更新时间:2023-12-02 01:13:21 25 4
gpt4 key购买 nike

我用 C# 开发了一个 powershell 模块,实现了一些命令。

当 Powershell 导入此模块时,如何在该模块中执行 C# 代码?

最佳答案

创建模块 list ,将 ModuleToProcess(或 V3 中的 RootModule)字段设置为 PSM1 文件并将 NestedModules 设置为 DLL,例如:

RootModule         = 'Pscx.psm1'
NestedModules = 'Pscx.dll'

这就是我们在 PowerShell Community Extensions 中所做的我们做同样的事情——首先启动一个脚本。你可以看到我们的 PSD1 文件 here .

关于powershell:导入模块时运行代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14610980/

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