NSWorkspace.LaunchApp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("launchAppWithBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:")]
[ObjCRuntime.ThreadSafe]
public virtual bool LaunchApp (string bundleIdentifier, AppKit.NSWorkspaceLaunchOptions options, Foundation.NSAppleEventDescriptor descriptor, IntPtr identifier);
abstract member LaunchApp : string * AppKit.NSWorkspaceLaunchOptions * Foundation.NSAppleEventDescriptor * nativeint -> bool
override this.LaunchApp : string * AppKit.NSWorkspaceLaunchOptions * Foundation.NSAppleEventDescriptor * nativeint -> bool
Parameters
- bundleIdentifier
- String
- options
- NSWorkspaceLaunchOptions
- descriptor
- NSAppleEventDescriptor
- identifier
-
IntPtr
nativeint
Returns
- Attributes