The InTheHand.VisualBasic.ApplicationServices namespace contains types that support the Visual Basic Application Model and provide access to application information.
| C# | Visual Basic |
namespace InTheHand.VisualBasic.ApplicationServices
Namespace InTheHand.VisualBasic.ApplicationServices
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| ApplicationBase |
Provides properties, methods, and events related to the current application.
| |
| AssemblyInfo |
Provides properties for getting the information about the application, such as the version number, description, loaded assemblies, and so on.
| |
| ConsoleApplicationBase |
Provides properties, methods, and events related to the current application.
| |
| User |
Provides access to the information about the current user.
| |
| WindowsFormsApplicationBase |