Returns a host with a specific name.
Original signature is '+ (NSHost *)hostWithName:(NSString *)hostname'
Available in Mac OS X v10.0 and later.


- hostname (NSString)
- Name of the host to look up. Can be either a simple hostname, such as @"sales", or a fully qualified domain name, such as @"sales.anycorp.com".

The host named hostname.

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