GetProc01 Code Samples
Here are the code samples for the GetProc01 sample cmdlet. This is the basic Get-Process
cmdlet sample described in Creating Your First Cmdlet. A Get-Process
cmdlet is designed to retrieve information about all the processes running on the local computer.
For complete sample code, see the following topics.
Language | Topic |
---|---|
C# | GetProc01 (C#) Sample Code |
VB.NET | GetProc01 (VB.NET) Sample Code |
See Also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
PowerShell