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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.