Pipe Sınıf
Tanım
Varsayılan PipeWriter ve PipeReader uygulama.The default PipeWriter and PipeReader implementation.
public ref class Pipe sealed
public sealed class Pipe
type Pipe = class
Public NotInheritable Class Pipe
- Devralma
-
Pipe
Oluşturucular
| Pipe() |
PipeAs seçenekleri kullanarak sınıfının yeni bir örneğini başlatır Default .Initializes a new instance of the Pipe class using Default as options. |
| Pipe(PipeOptions) |
Belirtilen seçeneklerle sınıfının yeni bir örneğini başlatır Pipe .Initializes a new instance of the Pipe class with the specified options. |
Özellikler
| Reader |
PipeReaderBu kanala ait öğesini alır.Gets the PipeReader for this pipe. |
| Writer |
PipeWriterBu kanala ait öğesini alır.Gets the PipeWriter for this pipe. |
Yöntemler
| Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
| GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
| GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
| MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
| Reset() |
Kanalı sıfırlar.Resets the pipe. |
| ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |