MonobjcMonobjc Documented Class Library
MethodReturnType Property
NamespacesMonobjc.FoundationNSMethodSignatureMethodReturnType

Returns a C string encoding the return type of the method in Objective-C type encoding.

Original signature is '- (const char *)methodReturnType'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr MethodReturnType { get; }
Public Overridable ReadOnly Property MethodReturnType As IntPtr
	Get
public:
virtual property IntPtr MethodReturnType {
	IntPtr get ();
}
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)