gpt4 book ai didi

powershell - System.Uri 不包含名为 'new' 的方法

转载 作者:行者123 更新时间:2023-12-04 13:57:13 26 4
gpt4 key购买 nike

[System.Uri]::new('http://www.stackoverflow.com')失败并显示错误消息

[System.Uri] does not contain a method named 'new'



但是我可以在另一个盒子上找到这种方法。并且运行良好。

如何查找PowerShell下加载的系统对象之间是否存在差异

最佳答案

您需要 Powershell 5 或更高版本才能使用 .NET 类的 .ctor。
在旧版本的 Powershell 中,您必须使用 New-Object 来执行此操作。

关于powershell - System.Uri 不包含名为 'new' 的方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43488786/

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