Pipe 생성자

정의

오버로드

Name Description
Pipe()

옵션으로 사용하여 Default 클래스의 새 인스턴스를 Pipe 초기화합니다.

Pipe(PipeOptions)

지정된 옵션을 사용하여 클래스의 Pipe 새 인스턴스를 초기화합니다.

Pipe()

Source:
Pipe.cs
Source:
Pipe.cs
Source:
Pipe.cs
Source:
Pipe.cs
Source:
Pipe.cs
Source:
Pipe.cs

옵션으로 사용하여 Default 클래스의 새 인스턴스를 Pipe 초기화합니다.

public:
 Pipe();
public Pipe();
Public Sub New ()

적용 대상

Pipe(PipeOptions)

Source:
Pipe.cs
Source:
Pipe.cs
Source:
Pipe.cs
Source:
Pipe.cs
Source:
Pipe.cs
Source:
Pipe.cs

지정된 옵션을 사용하여 클래스의 Pipe 새 인스턴스를 초기화합니다.

public:
 Pipe(System::IO::Pipelines::PipeOptions ^ options);
public Pipe(System.IO.Pipelines.PipeOptions options);
new System.IO.Pipelines.Pipe : System.IO.Pipelines.PipeOptions -> System.IO.Pipelines.Pipe
Public Sub New (options As PipeOptions)

매개 변수

options
PipeOptions

이 파이프에 대한 옵션 집합입니다.

적용 대상