MonobjcMonobjc Documented Class Library
MethodReturnLength Property
NamespacesMonobjc.FoundationNSMethodSignatureMethodReturnLength

Returns the number of bytes required for the return value.

Original signature is '- (NSUInteger)methodReturnLength'

Available in Mac OS X v10.0 and later.

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