MonobjcMonobjc Documented Class Library
URLForApplicationWithBundleIdentifier Method (bundleIdentifier)
NamespacesMonobjc.AppKitNSWorkspaceURLForApplicationWithBundleIdentifier(NSString)

Returns the URL for the application with the specified identifier.

Original signature is '- (NSURL *)URLForApplicationWithBundleIdentifier:(NSString *)bundleIdentifier'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSURL URLForApplicationWithBundleIdentifier(
	NSString bundleIdentifier
)
Public Overridable Function URLForApplicationWithBundleIdentifier ( _
	bundleIdentifier As NSString _
) As NSURL
public:
virtual NSURL^ URLForApplicationWithBundleIdentifier(
	NSString^ bundleIdentifier
)
Parameters
bundleIdentifier (NSString)
A bundle identifier specifying an application.
Return Value
The URL of the application, or nil if no application has the bundle identifier.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)