Mono Class Library: Overview

Mono.Unix.UnixPipes: Members

The members of Mono.Unix.UnixPipes are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Constructs and initializes a new instance of the Mono.Unix.UnixPipes class using the specified reading and writing streams.

Public Fields

ReadingUnixStream. A Mono.Unix.UnixStream instance that reads any data written to the UnixPipes.Writing stream.
WritingUnixStream. A Mono.Unix.UnixStream instance that, when written to, makes all data available for reading from the UnixPipes.Reading stream.

Public Methods

static
CreatePipes() : UnixPipes
Creates a Unix pipe for interprocess communication.
Equals(UnixPipes) : bool
Determines whether the current instance and the specified object have the same value.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.

Public Operators

static
Equality(UnixPipes, UnixPipes) Returns a bool value indicating whether the two specified Mono.Unix.UnixPipes values are equal to each other.
static
Inequality(UnixPipes, UnixPipes) Returns a bool value indicating whether the two specified Mono.Unix.UnixPipes values are not equal to each other.