GetProc02 (VB.NET) Sample Code
The following code shows the implementation of a Get-Process
cmdlet that accepts command-line
input. Notice that this implementation defines a Name
parameter to allow command-line input, and
it uses the
WriteObject(System.Object,System.Boolean)
method as the output mechanism for sending output objects to the pipeline.
Code Sample
See Also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
PowerShell