This topic has not yet been rated - Rate this topic

SteppablePipeline Methods

(see also Protected Methods )
 NameDescription
public methodBeginOverloaded. Begins the execution of the commands of the object. The variants of this method can invoke the commands of the object using a combination of input data, the data streams for output, and the calling command used to invoke the stepped commands. This method is introduced in Windows PowerShell 2.0.
public methodDisposeReleases all resources used by the SteppablePipeline. This method is introduced in Windows PowerShell 2.0.
public methodEndEnds the execution of the commands of the object. This method is introduced in Windows PowerShell 2.0.
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodProcessOverloaded. Runs a single command of the object. The variants of this method can run the command without using input objects or run the command using a PSObject or an Object input object. This method is introduced in Windows PowerShell 2.0.
public methodToString  (Inherited from Object)
  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.