TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PowerShell Tip: Providers

2 点作者 blazzerbg超过 15 年前

1 comment

trezor超过 15 年前
This is actually pretty cool. I always looked at PowerShell as some beefed up version of cmd.exe with .NET Extensions.<p>Looking at this it would seem like the entire cmd.exe-behaviour found in PowerShell is based on alieses for .NET functions found in various providers. Basically the exact opposite of how I thought it worked.<p>I guess the fact that I never noticed or even thought of looking tells something about how smoothly this was implemented. Now I feel like trying to write my own provider, but can't come up with any decent ideas for what it should work against.