Returns an array of currently running applications with the specified bundle identifier.
Original signature is '+ (NSArray *)runningApplicationsWithBundleIdentifier:(NSString *)bundleIdentifier'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |

- bundleIdentifier (NSString)
- The bundle identifier.

An array of NSRunningApplications, or an empty array if no applications match the bundle identifier.

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