MonoMac.AppKit.NSSharingService Members

The members of MonoMac.AppKit.NSSharingService are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Documentation for this section has not yet been entered.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
AlternateImageNSImage. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateNSSharingServiceDelegate. An instance of the MonoMac.AppKit.NSSharingServiceDelegate model class which acts as the class delegate.
[read-only]
ImageNSImage. Documentation for this section has not yet been entered.
SourceFrameOnScreenForShareItemNSSharingServiceSourceFrameOnScreenForShareItem. Delegate invoked by the object to get a value.
SourceWindowForShareItemsNSSharingServiceSourceWindowForShareItems. Delegate invoked by the object to get a value.
[read-only]
Titlestring. Documentation for this section has not yet been entered.
TransitionImageForShareItemNSSharingServiceTransitionImageForShareItem. Delegate invoked by the object to get a value.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

CanPerformWithItems(MonoMac.Foundation.NSObject[]) : bool
Documentation for this section has not yet been entered.
static
GetSharingService(NSSharingServiceName) : NSSharingService
Documentation for this section has not yet been entered.
static
GetSharingService(MonoMac.Foundation.NSString) : NSSharingService
Documentation for this section has not yet been entered.
PerformWithItems(MonoMac.Foundation.NSObject[])
Documentation for this section has not yet been entered.
static
SharingServicesForItems(MonoMac.Foundation.NSObject[]) : NSSharingService[]
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSSharingService object.

Public Events

DidFailToShareItemsEvent raised by the object.
DidShareItemsEvent raised by the object.
WillShareItemsEvent raised by the object.