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.

C# | Visual Basic | Visual C++ |

- bundleIdentifier (NSString)
- A bundle identifier specifying an application.

The URL of the application, or nil if no application has the bundle identifier.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)