Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python 允许执行以下操作:打开 cmd 后,我可以启动 python,然后运行直接在 cmd 中返回结果的 python 命令。例如,我键入print word并 cmd 返回word. C# 是否有类似的事情,或者执行 C# 代码的唯一方法是将其写入文件然后编译?
print word
word
使用 PowerShell。
这将允许您访问 .Net Framework 中的对象以及操作系统中的对象。
检查这个简单的例子:
或者您可以查看这个高级示例:
http://blogs.technet.com/b/stefan_gossner/archive/2010/05/07/using-csharp-c-code-in-powershell-scripts.aspx