SBApplication.FromBundleIdentifier 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.
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