OutPrinterCommand Class

The Out-Printer 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.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim instance As OutPrinterCommand

Syntax

'Declaration
<CmdletAttribute("Out", "Printer", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=113367")> _
Public Class OutPrinterCommand
    Inherits FrontEndCommandBase
[CmdletAttribute("Out", "Printer", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113367")] 
public class OutPrinterCommand : FrontEndCommandBase
[CmdletAttribute(L"Out", L"Printer", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=113367")] 
public ref class OutPrinterCommand : public FrontEndCommandBase
/** @attribute CmdletAttribute("Out", "Printer", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113367") */ 
public class OutPrinterCommand extends FrontEndCommandBase
CmdletAttribute("Out", "Printer", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113367") 
public class OutPrinterCommand extends FrontEndCommandBase

Remarks

This cmdlet sends output to a printer. For more information about this cmdlet, see Out-Printer in the Microsoft TechNet library.

For Help at the command line, type:

get-help out-printer

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
         Microsoft.PowerShell.Commands.Internal.Format.FrontEndCommandBase
          Microsoft.PowerShell.Commands.OutPrinterCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

OutPrinterCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK