PingComputerCommand Constructor
Initializes a new instance of the PSCmdlet class.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in microsoft.powershell.commands.management.dll)
Usage
Syntax
'Declaration
Public Sub New
public PingComputerCommand ()
public:
PingComputerCommand ()
public PingComputerCommand ()
public function PingComputerCommand ()
Example
For an example of how to create cmdlets that use this class, see the following topics in the Windows PowerShell Programmer's Guide.
Remarks
For more information about cmdlets, see PowerShellCmdlets in the Windows PowerShell Programmer's Guide.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP
See Also
Reference
PingComputerCommand Class
PingComputerCommand Members
Microsoft.PowerShell.Commands Namespace
Other Resources
Windows PowerShell Cmdlets
Windows PowerShell Programmer's Guide
Windows PowerShell SDK