Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Microsoft.VisualBasic.ApplicationServices Namespace

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.

  ClassDescription
Public classApplicationBase Provides properties, methods, and events related to the current application.
Public classAssemblyInfo Provides properties for getting the information about the application, such as the version number, description, loaded assemblies, and so on.
Public classBuiltInRoleConverter Provides a type converter to convert BuiltInRole enumeration values to WindowsBuiltInRole enumeration values.
Public classCantStartSingleInstanceException This exception is thrown when a subsequent instance of a single-instance application is unable to connect to the first application instance.
Public classConsoleApplicationBase Provides properties, methods, and events related to the current application.
Public classNoStartupFormException This exception is thrown by the Visual Basic Application Model when the MainForm property has not been set.
Public classStartupEventArgs Provides data for the My.Application.Startup event.
Public classStartupNextInstanceEventArgs Provides data for the My.Application.StartupNextInstance event.
Public classUnhandledExceptionEventArgs Provides data for the My.Application.UnhandledException event.
Public classUser Provides access to the information about the current user.
Public classWebUser Provides access to the information about the current user.
Public classWindowsFormsApplicationBase Provides properties, methods, and events related to the current application.
  DelegateDescription
Public delegateShutdownEventHandler Represents the method that will handle the My.Application.Shutdown event.
Public delegateStartupEventHandler Represents the method that will handle the My.Application.Startup event.
Public delegateStartupNextInstanceEventHandler Represents the method that will handle the My.Application.StartupNextInstance event.
Public delegateUnhandledExceptionEventHandler Represents the method that will handle the My.Application.UnhandledException event.
  EnumerationDescription
Public enumerationAuthenticationMode Indicates how a Visual Basic application authenticates the user for the My.User object.
Public enumerationBuiltInRole Indicates the type of role to check when calling the My.User.IsInRole Method.
Public enumerationShutdownMode Indicates which condition should cause a Windows Forms application to shut down.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker