GetProc04 (VB.NET) Sample Code
The following code shows the implementation of a Get-Process
cmdlet that reports non-terminating errors. This implementation calls the System.Management.Automation.Cmdlet.WriteError method to report non-terminating errors.
Note
You can download the C# source file (getprov04.cs) for this Get-Proc cmdlet using the Microsoft Windows Software Development Kit for Windows Vista and .NET Framework 3.0 Runtime Components. For download instructions, see How to Install Windows PowerShell and Download the Windows PowerShell SDK.
The downloaded source files are available in the <PowerShell Samples> directory.
Code Sample
See Also
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
PowerShell