Share via


NSWorkspace.LaunchApp Method

Definition

[Foundation.Export("launchAppWithBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual bool LaunchApp(string bundleIdentifier, AppKit.NSWorkspaceLaunchOptions options, Foundation.NSAppleEventDescriptor descriptor, IntPtr identifier);
[<Foundation.Export("launchAppWithBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member LaunchApp : string * AppKit.NSWorkspaceLaunchOptions * Foundation.NSAppleEventDescriptor * nativeint -> bool
override this.LaunchApp : string * AppKit.NSWorkspaceLaunchOptions * Foundation.NSAppleEventDescriptor * nativeint -> bool

Parameters

bundleIdentifier
String
identifier
IntPtr

nativeint

Returns

Attributes

Applies to