Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/scala/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C#PowerShell Cmdlet输入提示_C#_Powershell_Cmdlet - Fatal编程技术网

C#PowerShell Cmdlet输入提示

C#PowerShell Cmdlet输入提示,c#,powershell,cmdlet,C#,Powershell,Cmdlet,请任何人提供一个C代码示例,说明如何在自定义PowerShell Cmdlet中提示用户输入 我找到了很多关于如何将参数传递给Cmdlet的文章,但很少有关于如何在运行时提示用户输入的文章 谢谢大家! 我从这里开始:

请任何人提供一个C代码示例,说明如何在自定义PowerShell Cmdlet中提示用户输入

我找到了很多关于如何将参数传递给Cmdlet的文章,但很少有关于如何在运行时提示用户输入的文章

谢谢大家!

我从这里开始: