Returns a data object containing the data from the location specified by a given URL.
Original signature is '+ (id)dataWithContentsOfURL:(NSURL *)aURL'
Available in Mac OS X v10.0 and later.


- aURL (NSURL)
- The URL from which to read data.

A data object containing the data from the location specified by aURL. Returns nil if the data object could not be created.

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