MonoMac.Foundation.NSObject Class
Base class for all bound objects that map to Objective-C objects.
See Also: NSObject
Syntax
Remarks
This is the base class that is used to bind Objective-C classes
to C# classes. Merely subclassing from NSObject will produce a
class that can be passed to Objective-C.
Requirements
Namespace: MonoMac.Foundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0
The members of MonoMac.Foundation.NSObject are listed below.
See Also: Object
Public Constructors
NSObject() | Default constructor that initializes a new instance of this class with no parameters. | |
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. |
Public Fields
static readonly | MonoMacAssembly | Assembly. Points to the montoouch assembly. |
Protected Fields
IsDirectBinding | Boolean. Determines whether this class is a direct binding to an Objective-C class, or if this is a subclass of a direct binding. |
Public Properties
[read-only] static | ChangeIndexesKey | NSString. Represents the value associated with the constant NSKeyValueChangeIndexesKey |
[read-only] static | ChangeKindKey | NSString. Represents the value associated with the constant NSKeyValueChangeKindKey |
[read-only] static | ChangeNewKey | NSString. Represents the value associated with the constant NSKeyValueChangeNewKey |
[read-only] static | ChangeNotificationIsPriorKey | NSString. Represents the value associated with the constant NSKeyValueChangeNotificationIsPriorKey |
[read-only] static | ChangeOldKey | NSString. Represents the value associated with the constant NSKeyValueChangeOldKey |
[read-only] | ClassHandle | IntPtr. The handle for this class. |
[read-only] | DebugDescription | String. |
[read-only] | Description | String. |
Handle | IntPtr. Handle (pointer) to the unmanaged object representation. | |
[read-only] | SuperHandle | IntPtr. |