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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.