MonobjcMonobjc Documented Class Library
GetArgumentTypeAtIndex Method (index)
NamespacesMonobjc.FoundationNSMethodSignatureGetArgumentTypeAtIndex(NSUInteger)

Returns the type encoding for the argument at a given index.

Original signature is '- (const char *)getArgumentTypeAtIndex:(NSUInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr GetArgumentTypeAtIndex(
	NSUInteger index
)
Public Overridable Function GetArgumentTypeAtIndex ( _
	index As NSUInteger _
) As IntPtr
public:
virtual IntPtr GetArgumentTypeAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
The index of the argument to get.
Return Value
The type encoding for the argument at index.
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)