The Microsoft.VisualBasic.ApplicationServices namespace contains types that support the Visual Basic Application Model and provide access to application information.
For more information about the Visual Basic Application Model, see Overview of the Visual Basic Application Model.

Classes
|
| Class | Description |
|---|
.gif) | ApplicationBase |
Provides properties, methods, and events related to the current application.
|
.gif) | AssemblyInfo |
Provides properties for getting the information about the application, such as the version number, description, loaded assemblies, and so on.
|
.gif) | BuiltInRoleConverter |
Provides a type converter to convert BuiltInRole enumeration values to WindowsBuiltInRole enumeration values.
|
.gif) | CantStartSingleInstanceException |
This exception is thrown when a subsequent instance of a single-instance application is unable to connect to the first application instance.
|
.gif) | ConsoleApplicationBase |
Provides properties, methods, and events related to the current application.
|
.gif) | NoStartupFormException |
This exception is thrown by the Visual Basic Application Model when the MainForm property has not been set.
|
.gif) | StartupEventArgs |
Provides data for the My.Application.Startup event.
|
.gif) | StartupNextInstanceEventArgs |
Provides data for the My.Application.StartupNextInstance event.
|
.gif) | UnhandledExceptionEventArgs |
Provides data for the My.Application.UnhandledException event.
|
.gif) | User |
Provides access to the information about the current user.
|
.gif) | WebUser |
Provides access to the information about the current user.
|
.gif) | WindowsFormsApplicationBase |
Provides properties, methods, and events related to the current application.
|

Delegates

Enumerations

See Also