Decodes a single value, whose Objective-C type is given by valueType.
Original signature is '- (void)decodeValueOfObjCType:(const char *)valueType at:(void *)data'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public virtual void DecodeValueOfObjCTypeAt(
string valueType,
IntPtr data
)
Public Overridable Sub DecodeValueOfObjCTypeAt ( _
valueType As String, _
data As IntPtr _
)
public:
virtual void DecodeValueOfObjCTypeAt(
String^ valueType,
IntPtr data
)

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)