MonoMac.Foundation.ExportAttribute Members

The members of MonoMac.Foundation.ExportAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Use this method to expose a C# method, property or constructor as a method that can be invoked from Objective-C.
Exports the given method or property to Objective-C land with the specified method name.
Use this method to expose a C# method, property or constructor as a method that can be invoked from Objective-C.

Public Properties

ArgumentSemanticMonoMac.ObjCRuntime.ArgumentSemantic. The semantics for object ownership on setter properties or methods.
Selectorstring. The name of the C# selector if specified, or null if it is derived from the property name or method.

Public Methods

ToGetter(System.Reflection.PropertyInfo) : ExportAttribute
Documentation for this section has not yet been entered.
ToSetter(System.Reflection.PropertyInfo) : ExportAttribute
Documentation for this section has not yet been entered.