MonobjcMonobjc Documented Class Library
SignatureWithObjCTypes Method (types)
NamespacesMonobjc.FoundationNSMethodSignatureSignatureWithObjCTypes(String)

Returns an NSMethodSignature object for the given Objective C method type string.

Original signature is '+ (NSMethodSignature *)signatureWithObjCTypes:(const char *)types'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSMethodSignature SignatureWithObjCTypes(
	string types
)
Public Shared Function SignatureWithObjCTypes ( _
	types As String _
) As NSMethodSignature
public:
static NSMethodSignature^ SignatureWithObjCTypes(
	String^ types
)
Parameters
types (String)
An array of characters containing the type encodings for the method arguments.
Return Value
An NSMethodSignature object for the given Objective C method type string in types.
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)