MonobjcMonobjc Documented Class Library
NSWorkspaceWillLaunchApplicationNotification Field
NamespacesMonobjc.AppKitNSWorkspaceNSWorkspaceWillLaunchApplicationNotification

Posted when the Finder is about to launch an application.

The notification object is the shared NSWorkspace instance. In Mac OS X v10.6 and later the userInfo dictionary contains the NSWorkspaceApplicationKey key with a corresponding instance of NSRunningApplication that represents the affected application.

In Mac OS X v10.5 and earlier the userInfo dictionary contains the keys and values described in Table 1.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSWorkspaceWillLaunchApplicationNotification
Public Shared ReadOnly NSWorkspaceWillLaunchApplicationNotification As NSString
public:
static initonly NSString^ NSWorkspaceWillLaunchApplicationNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)