Foundation.NSUserActivity Members

The members of Foundation.NSUserActivity are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
ActivityTypestring. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateINSUserActivityDelegate. An instance of the Foundation.NSUserActivityDelegate model class which acts as the class delegate.
NeedsSavebool. Documentation for this section has not yet been entered.
SupportsContinuationStreamsbool. Documentation for this section has not yet been entered.
Titlestring. Documentation for this section has not yet been entered.
UserInfoNSDictionary. Documentation for this section has not yet been entered.
WeakDelegateNSObject. An object that can respond to the delegate protocol for this type
WebPageUrlNSUrl. Documentation for this section has not yet been entered.

Public Methods

AddUserInfoEntries(NSDictionary)
Documentation for this section has not yet been entered.
BecomeCurrent()
Documentation for this section has not yet been entered.
GetContinuationStreams(Action<NSInputStream, NSOutputStream, NSError>)
Documentation for this section has not yet been entered.
GetContinuationStreamsAsync() : System.Threading.Tasks.Task<NSUserActivityContinuation>
Documentation for this section has not yet been entered.
Invalidate()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSUserActivity object.