MonobjcMonobjc Documented Class Library
Selector Property
NamespacesMonobjcObjectiveCMessageAttributeSelector

Gets the selector.

Use the given selector when exporting the constructor or the method in the Objective-C runtime. The selector must conforms to the rules defined in the "The Objective-C Programming Language" and implemented by ObjectiveCEncoding.

Declaration Syntax
C#Visual BasicVisual C++
public string Selector { get; private set; }
Public Property Selector As String
	Get
	Private Set
public:
property String^ Selector {
	String^ get ();
	private: void set (String^ value);
}
Value
The selector to use.
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)