Returns an NSUserDefaults object initialized with the defaults for the specified user account.
Original signature is '- (id)initWithUser:(NSString *)username'
Available in Mac OS X v10.0 and later.


- username (NSString)
- The name of the user account.

An initialized NSUserDefaults object whose argument and registration domains are already set up. If the current user does not have access to the specified user account, this method returns nil.

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