MonobjcMonobjc Documented Class Library
ToSelector Method (selector)
NamespacesMonobjcSelectorExtensionsToSelector(IntPtr)
Convert the selector into its string representation.
Declaration Syntax
C#Visual BasicVisual C++
public static string ToSelector(
	this IntPtr selector
)
<ExtensionAttribute> _
Public Shared Function ToSelector ( _
	selector As IntPtr _
) As String
[ExtensionAttribute]
public:
static String^ ToSelector(
	IntPtr selector
)
Parameters
selector (IntPtr)
The selector.
Return Value
The string representation
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IntPtr. When you use instance method syntax to call this method, omit the first parameter.
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 (Module: Monobjc)