Foundation.NSPort Members

The members of Foundation.NSPort are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.

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]
override
ClassHandleIntPtr. The handle for this class.
DelegateINSPortDelegate. An instance of the Foundation.NSPortDelegate model class which acts as the class delegate.
[read-only]
IsValidbool. Documentation for this section has not yet been entered.
WeakDelegateNSObject. An object that can respond to the delegate protocol for this type

Public Methods

Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
static
Create() : NSPort
Documentation for this section has not yet been entered.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
Invalidate()
Documentation for this section has not yet been entered.
RemoveFromRunLoop(NSRunLoop, NSString)
Documentation for this section has not yet been entered.
ScheduleInRunLoop(NSRunLoop, NSString)
Documentation for this section has not yet been entered.
SendBeforeDate(NSDate, NSMutableArray, NSPort, nuint) : bool
Documentation for this section has not yet been entered.
SendBeforeDate(NSDate, NSMutableArray, NSPort, nuint, nuint) : bool
Documentation for this section has not yet been entered.

Protected Methods

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