Share via


NSWorkspace.AbsolutePathForAppBundle(String) Method

Definition

[Foundation.Export("absolutePathForAppBundleWithIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual string? AbsolutePathForAppBundle(string bundleIdentifier);
[<Foundation.Export("absolutePathForAppBundleWithIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member AbsolutePathForAppBundle : string -> string
override this.AbsolutePathForAppBundle : string -> string

Parameters

bundleIdentifier
String

Returns

Attributes

Applies to