PowerShell - 作为参数系列
如何查找或列出 PowerShell 的 -as 系列参数?
到目前为止我发现 -as Type 例如 -as[Int] 我还发现 -asHashTable
我的问题是还有哪些其他 -as 参数可用?
How can I find or list PowerShell's -as family of parameters?
So far I found -as Type e.g. -as[Int]
Also I have found -asHashTable
My questions is what other -as parameters are available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有人付出一些努力,这可能会有一个更优雅的解决方案:
代码剖析:
This might probably have a more elegant solution if one put any effort into it:
Code dissected: