且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

PowerShell找不到重载

更新时间:2023-11-16 16:26:46

尝试通过提供方法调用中提供的类型信息为PowerShell提供更多帮助,例如:

Try giving PowerShell a bit more help by providing the type info as cast in the method call e.g.:

$client.UploadFile($sourceStream, "$ftpPath$output", [Action[uint64]]$null)