Table of Contents

Overview

The following topics give an overview of each library or control within the NetEx project, along with examples and links to API documentation.

NetEx.Dialogs.WinForms

Name Description
CredentialDialog Displays a standard dialog box that prompts the user to enter credentials.
ProgressDialog Displays a standard dialog box that informs the user of the progress of an action.

NetEx.Hooks

Name Description
ClipboardHook Provides a mechanism for hooking all clipboard events within the operating system.
KeyboardHook Provides a mechanism for hooking all keyboard events within the operating system.
KeyboardSimulator A keyboard event simulator, which can simulate KeyDown, KeyUp, and KeyPress events.
MouseHook Provides a mechanism for hooking all mouse events within the operating system.
MouseSimulator A mouse event simulator, which can simulate MouseClick, MouseDoubleClick, MouseDown, MouseUp, MouseMove, and MouseWheel events.

NetEx.IO

Name Description
MultiStream Creates a wrapper around multiple Stream instances, and presents them as a single, read-only stream.
OnDisposeStream Creates a wrapper around a Stream that can be used to perform additional cleanup when the underlying stream is disposed.