MonobjcMonobjc Documented Class Library
DecodeValueOfObjCTypeAt Method (valueType, data)
NamespacesMonobjc.FoundationNSCoderDecodeValueOfObjCTypeAt(String, IntPtr)

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
C#Visual BasicVisual C++
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
)
Parameters
valueType (String)
MISSING
data (IntPtr)
MISSING
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)