Microsoft.VisualBasic.ApplicationServices 네임스페이스

Visual Basic 애플리케이션 모델을 지원하고 애플리케이션 정보에 액세스할 수 있는 형식이 포함되어 있습니다.

클래스

ApplicationBase

현재 애플리케이션과 관련된 속성, 메서드 및 이벤트를 제공합니다.

ApplyApplicationDefaultsEventArgs

ApplyApplicationDefaults 이벤트에 대한 컨텍스트를 제공합니다.

AssemblyInfo

버전 번호, 설명, 로드된 어셈블리 등의 애플리케이션에 대한 정보를 가져오기 위한 속성을 제공합니다.

BuiltInRoleConverter

BuiltInRole 열거형 값을 WindowsBuiltInRole 열거형 값으로 변환하는 형식 변환기를 제공합니다.

CantStartSingleInstanceException

단일 인스턴스 애플리케이션의 후속 인스턴스가 첫 번째 애플리케이션 인스턴스에 연결할 수 없으면 이 예외가 throw됩니다.

ConsoleApplicationBase

현재 애플리케이션과 관련된 속성, 메서드 및 이벤트를 제공합니다.

NoStartupFormException

이 예외는 MainForm 속성이 설정되지 않은 경우 Visual Basic 애플리케이션 모델에서 throw합니다.

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 Forms 애플리케이션을 종료하는 조건을 나타냅니다.

대리자

ApplyApplicationDefaultsEventHandler

이벤트를 처리할 콜백 메서드를 ApplyApplicationDefaults 나타냅니다.

ShutdownEventHandler

My.Application.Shutdown 이벤트를 처리할 메서드를 나타냅니다.

StartupEventHandler

My.Application.Startup 이벤트를 처리할 메서드를 나타냅니다.

StartupNextInstanceEventHandler

My.Application.StartupNextInstance 이벤트를 처리할 메서드를 나타냅니다.

UnhandledExceptionEventHandler

My.Application.UnhandledException 이벤트를 처리할 메서드를 나타냅니다.

설명

Visual Basic 애플리케이션 모델에 대 한 자세한 내용은 참조 하세요. Visual Basic 애플리케이션 모델 개요합니다.

추가 정보