Returns the class of the value that will be returned for the specified binding.
Original signature is '- (Class)valueClassForBinding:(NSString *)binding'
Available in Mac OS X v10.3 and later.


- binding (NSString)
- The name of a binding.

The class of the value that will be returned for binding.

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