Microsoft.Win32 Namespaces
The Microsoft.Win32 namespaces provide types that handle events raised by the operating system, that manipulate the system registry, and that represent file and operating system handles.
| Namespace | Description |
|---|---|
| Microsoft.Win32 | The Microsoft.Win32 namespace provides two types of classes: those that handle events raised by the operating system and those that manipulate the system registry. |
| Microsoft.Win32.SafeHandles | The Microsoft.Win32.SafeHandles namespace contains classes that are abstract derivations of safe handle classes that provide common functionality supporting file and operating system handles. |
Show: