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
Count int. The number of times the UnixSignal.Signum signal has been emitted since construction or the last call to UnixSignal.Reset. [read-only] IsRealTimeSignal bool. Returns true if the registered signal is realtime. [read-only] IsSet bool. Returns true if UnixSignal.Count is greater than 0. [read-only] RealTimeSignum Mono.Unix.Native.RealTimeSignum. The RealTime Unix signal this instance is counting [read-only] Signum Mono.Unix.Native.Signum. The Unix signal this instance is counting.