SBApplication.FromURL 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
FromURL(NSUrl) | |
FromURL<T>(NSUrl) |
FromURL(NSUrl)
[Foundation.Export("applicationWithURL:")]
public static ScriptingBridge.SBApplication FromURL (Foundation.NSUrl url);
static member FromURL : Foundation.NSUrl -> ScriptingBridge.SBApplication
Parameters
- url
- NSUrl
Returns
- Attributes
Applies to
FromURL<T>(NSUrl)
public static T FromURL<T> (Foundation.NSUrl url) where T : ScriptingBridge.SBApplication;
static member FromURL : Foundation.NSUrl -> 'T (requires 'T :> ScriptingBridge.SBApplication)
Type Parameters
- T
Parameters
- url
- NSUrl
Returns
T