Terminal.Gui
1.0.0.0
System.Object
Mono.Terminal.IMainLoopDriver
Unix main loop, suitable for using on Posix systems
In addition to the general functions of the mainloop, the Unix version
can watch file descriptors using the AddWatch methods.
Constructor
1.0.0.0
To be added.
To be added.
Method
1.0.0.0
System.Object
To be added.
To be added.
To be added.
Watches a file descriptor for activity.
To be added.
When the condition is met, the provided callback
is invoked. If the callback returns false, the
watch is automatically removed.
The return value is a token that represents this watch, you can
use this token to remove the watch by calling RemoveWatch.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
Method
1.0.0.0
System.Void
To be added.
Removes an active watch from the mainloop.
The token parameter is the value returned from AddWatch