Returns the array of strings associated with the specified key.
Original signature is '- (NSArray *)stringArrayForKey:(NSString *)defaultName'
Available in Mac OS X v10.0 and later.


- defaultName (NSString)
- A key in the current user's defaults database.

The array of NSString objects, or nil if the specified default does not exist, the default does not contain an array, or the array does not contain NSString objects.

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