Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
PassThroughContentCommandBase Class
Serves as a base class for Windows PowerShell cmdlets that have a PassThru parameter. This parameter is used to request an output object for those cmdlets that typically do not return an object. 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.dll)
Visual Basic
Public Class PassThroughContentCommandBase
    Inherits ContentCommandBase
C#
public class PassThroughContentCommandBase : ContentCommandBase
C++
public ref class PassThroughContentCommandBase : public ContentCommandBase
J#
public class PassThroughContentCommandBase extends ContentCommandBase
JScript
public class PassThroughContentCommandBase extends ContentCommandBase
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker