Mono Class Library: Overview

Mono.Unix.UnixSignal: Property Members

The properties of Mono.Unix.UnixSignal are listed below. For a list of all members, see the UnixSignal Members list.

See Also: Inherited members from System.Threading.WaitHandle

Public Properties

Countint. The number of times the UnixSignal.Signum signal has been emitted since construction or the last call to UnixSignal.Reset.
[read-only]
IsRealTimeSignalbool. Returns true if the registered signal is realtime.
[read-only]
IsSetbool. Returns true if UnixSignal.Count is greater than 0.
[read-only]
RealTimeSignumMono.Unix.Native.RealTimeSignum. The RealTime Unix signal this instance is counting
[read-only]
SignumMono.Unix.Native.Signum. The Unix signal this instance is counting.