印刷用ページ      送信     
クリックして評価とフィードバックをお寄せください
MSDN
MSDN ライブラリ

We were unable to locate this content in ja-jp.

Here is the same content in en-us.

Pipeline Class
Pipeline Class
Represents a pipeline that can be used to invoke commands.


Namespace: System.Management.Automation.Runspaces
Assembly: System.Management.Automation (in system.management.automation.dll)

Visual Basic
Public MustInherit Class Pipeline
    Implements IDisposable
C#
public abstract class Pipeline : IDisposable
C++
public ref class Pipeline abstract : IDisposable
J#
public abstract class Pipeline implements IDisposable
JScript
public abstract class Pipeline implements IDisposable

Pipelines are created within the context of a runspace. Pipelines can be created using the following methods:

  • CreatePipeline: Overloaded method that can be used to create a pipeline by itself or to create a pipeline with a valid command string.

  • CreateNestedPipeline: Overloaded method that can be used to create a nested pipeline by itself or to create a nested pipeline with a valid command string.

It is permitted to derive from this class. However, there is no established scenario for doing this, nor has deriving from the class been tested.


System.Object
  System.Management.Automation.Runspaces.Pipeline
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

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP
© 2008 Microsoft Corporation.All rights reserved. 使用条件  |  商標  |  プライバシー
Page view tracker