GetProcessCommand Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The Get-Process cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management)
Microsoft.PowerShell.Commands Namespace
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management)
[CmdletAttribute("Get", "Process", DefaultParameterSetName="Name", HelpUri="http://go.microsoft.com/fwlink/?LinkID=113324", RemotingCapability=RemotingCapability.SupportedByCommand)] [OutputTypeAttribute(System.Compiler.TypeNode[])] public sealed class GetProcessCommand : ProcessBaseCommand
/** @attribute CmdletAttribute("Get", "Process", DefaultParameterSetName="Name", HelpUri="http://go.microsoft.com/fwlink/?LinkID=113324", RemotingCapability=RemotingCapability.SupportedByCommand) */
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */
public final class GetProcessCommand extends ProcessBaseCommand
CmdletAttribute("Get", "Process", DefaultParameterSetName="Name", HelpUri="http://go.microsoft.com/fwlink/?LinkID=113324", RemotingCapability=RemotingCapability.SupportedByCommand) OutputTypeAttribute(System.Compiler.TypeNode[]) public final class GetProcessCommand extends ProcessBaseCommand
This cmdlet gets the processes that are running on the computer. For more information about this cmdlet, see Get-Process in the Microsoft TechNet Library.
For Help at the command line, type:
get-help get-process
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
Microsoft.PowerShell.Commands.ProcessBaseCommand
Microsoft.PowerShell.Commands.GetProcessCommand
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
Microsoft.PowerShell.Commands.ProcessBaseCommand
Microsoft.PowerShell.Commands.GetProcessCommand
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewReference
GetProcessCommand MembersMicrosoft.PowerShell.Commands Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.