Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下没有解析
[x.y]::z -Param1 some_value
这甚至可能吗?
当您从 PowerShell 调用 .NET 方法时,您可以在括号语法中使用 C# 样式的逗号分隔参数,例如:
[x.y]::z(some_value)
在 PowerShell 中,命名参数只是 PowerShell 命令(函数、高级函数、脚本、cmdlet、工作流)的一项功能。