Edit

Share via


SBApplication.FromBundleIdentifier Method

Definition

Overloads

FromBundleIdentifier(String)
FromBundleIdentifier<T>(String)

FromBundleIdentifier(String)

[Foundation.Export("applicationWithBundleIdentifier:")]
public static ScriptingBridge.SBApplication FromBundleIdentifier (string ident);
static member FromBundleIdentifier : string -> ScriptingBridge.SBApplication

Parameters

ident
String

Returns

Attributes

Applies to

FromBundleIdentifier<T>(String)

public static T FromBundleIdentifier<T> (string ident) where T : ScriptingBridge.SBApplicationnew();
static member FromBundleIdentifier : string -> 'T (requires 'T :> ScriptingBridge.SBApplication and 'T : (new : unit -> 'T))

Type Parameters

T

Parameters

ident
String

Returns

T

Applies to