OutDefaultCommand Class
The Out-Default 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: System.Management.Automation (in System.Management.Automation.dll)
Microsoft.PowerShell.Commands Namespace
Namespace: Microsoft.PowerShell.Commands
Assembly: System.Management.Automation (in System.Management.Automation.dll)
[CmdletAttribute("Out", "Default", HelpUri="http://go.microsoft.com/fwlink/?LinkID=113362", RemotingCapability=RemotingCapability.None)] public class OutDefaultCommand : FrontEndCommandBase
/** @attribute CmdletAttribute("Out", "Default", HelpUri="http://go.microsoft.com/fwlink/?LinkID=113362", RemotingCapability=RemotingCapability.None) */ public class OutDefaultCommand extends FrontEndCommandBase
CmdletAttribute("Out", "Default", HelpUri="http://go.microsoft.com/fwlink/?LinkID=113362", RemotingCapability=RemotingCapability.None) public class OutDefaultCommand extends FrontEndCommandBase
This cmdlet sends the output to the default formatter and to the default output cmdlet. For more information about this cmdlet, see Out-Default in the Microsoft TechNet library.
For Help at the command line, type:
get-help out-default
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.Commands.Internal.Format.FrontEndCommandBase
Microsoft.PowerShell.Commands.OutDefaultCommand
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.Commands.Internal.Format.FrontEndCommandBase
Microsoft.PowerShell.Commands.OutDefaultCommand
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
Reference
OutDefaultCommand MembersMicrosoft.PowerShell.Commands Namespace
Other Resources
Windows PowerShell SDK
Show: