The InTheHand.VisualBasic.Devices namespace contains types that support the My objects related to devices in Visual Basic.
| C# | Visual Basic |
namespace InTheHand.VisualBasic.Devices
Namespace InTheHand.VisualBasic.Devices
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| Audio |
Provides methods for playing sounds.
| |
| Clock |
Provides properties for accessing the current local time and Universal Coordinated Time (equivalent to Greenwich Mean Time) from the system clock.
| |
| Computer |
Provides properties for manipulating computer components such as audio, the clock, the keyboard, the file system, and so on.
| |
| ComputerInfo |
Provides properties for getting information about the computer's memory, loaded assemblies, name, and operating system.
| |
| Keyboard |
Provides properties for accessing the current state of the keyboard, such as what keys are currently pressed, and provides a method to send keystrokes to the active window.
| |
| Network |
Provides methods for interacting with the network to which the computer is connected.
| |
| Ports |
Provides a property and a method for accessing the computer's serial ports.
| |
| ServerComputer |
Provides properties for manipulating computer components such as audio, the clock, the keyboard, the file system, and so on.
|