New-Object上的Windows RT Powershell(PermissionDenied)

我试图在Power shell中为 Windows RT实例化一个对象,但不断收到以下错误. PS $foo = New-Object System.Security.Cryptography.SHA1ManagedNew-Object : Cannot create type. Only core types are supported in this language mode.At

返回顶部