Microsoft.VisualBasic.ApplicationServices 命名空间

包含支持 Visual Basic 应用程序模型并提供对应用程序信息的访问权限的类型。

ApplicationBase

提供与当前应用程序相关的属性、方法和事件。

ApplyApplicationDefaultsEventArgs

为 ApplyApplicationDefaults 事件提供上下文。

AssemblyInfo

提供用来获取应用程序信息(如版本号、说明、加载的程序集等)的属性。

BuiltInRoleConverter

提供将 BuiltInRole 枚举值转换为 WindowsBuiltInRole 枚举值的类型转换器。

CantStartSingleInstanceException

当单实例应用程序的后续实例无法连接到第一个应用程序实例时,将引发此异常。

ConsoleApplicationBase

提供与当前应用程序相关的属性、方法和事件。

NoStartupFormException

当未设置 MainForm 属性时,Visual Basic 应用程序模型会引发此异常。

StartupEventArgs

My.Application.Startup 事件提供数据。

StartupNextInstanceEventArgs

My.Application.StartupNextInstance 事件提供数据。

UnhandledExceptionEventArgs

My.Application.UnhandledException 事件提供数据。

User

提供对有关当前用户的信息的访问。

WebUser

提供对有关当前用户的信息的访问。

WindowsFormsApplicationBase

提供与当前应用程序相关的属性、方法和事件。

枚举

AuthenticationMode

指示 Visual Basic 应用程序如何为 My.User 对象对用户进行身份验证。

BuiltInRole

指示在调用 IsInRole(BuiltInRole) 方法时检查的角色类型。

ShutdownMode

指示哪个条件应使 Windows 窗体应用程序关闭。

委托

ApplyApplicationDefaultsEventHandler

表示将处理事件的 ApplyApplicationDefaults 回调方法。

ShutdownEventHandler

表示用来处理 My.Application.Shutdown 事件的方法。

StartupEventHandler

表示用来处理 My.Application.Startup 事件的方法。

StartupNextInstanceEventHandler

表示用来处理 My.Application.StartupNextInstance 事件的方法。

UnhandledExceptionEventHandler

表示用来处理 My.Application.UnhandledException 事件的方法。

注解

有关 Visual Basic 应用程序模型的详细信息,请参阅 Visual Basic 应用程序模型概述

另请参阅