NSWorkspace.UrlForApplication 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
UrlForApplication(NSUrl) | |
UrlForApplication(String) |
UrlForApplication(NSUrl)
[Foundation.Export("URLForApplicationToOpenURL:")]
[ObjCRuntime.ThreadSafe]
public virtual Foundation.NSUrl UrlForApplication (Foundation.NSUrl url);
abstract member UrlForApplication : Foundation.NSUrl -> Foundation.NSUrl
override this.UrlForApplication : Foundation.NSUrl -> Foundation.NSUrl
Parameters
- url
- NSUrl
Returns
- Attributes
Applies to
UrlForApplication(String)
[Foundation.Export("URLForApplicationWithBundleIdentifier:")]
[ObjCRuntime.ThreadSafe]
public virtual Foundation.NSUrl UrlForApplication (string bundleIdentifier);
abstract member UrlForApplication : string -> Foundation.NSUrl
override this.UrlForApplication : string -> Foundation.NSUrl
Parameters
- bundleIdentifier
- String
Returns
- Attributes