Pipe Clase
Definición
La implementación predeterminada de PipeWriter y PipeReader.The default PipeWriter and PipeReader implementation.
public ref class Pipe sealed
public sealed class Pipe
type Pipe = class
Public NotInheritable Class Pipe
- Herencia
-
Pipe
Constructores
| Pipe() |
Inicializa una nueva instancia de la clase Pipe mediante Default como opciones.Initializes a new instance of the Pipe class using Default as options. |
| Pipe(PipeOptions) |
Inicializa una nueva instancia de la clase Pipe con las opciones especificadas.Initializes a new instance of the Pipe class with the specified options. |
Propiedades
| Reader |
Obtiene el PipeReader para esta canalización.Gets the PipeReader for this pipe. |
| Writer |
Obtiene el PipeWriter para esta canalización.Gets the PipeWriter for this pipe. |
Métodos
| Equals(Object) |
Determina si el objeto especificado es igual que el objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
| GetHashCode() |
Sirve como la función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
| GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
| MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
| Reset() |
Restablece la canalización.Resets the pipe. |
| ToString() |
Devuelve una cadena que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |