MonoMac.Foundation.NSObject.IsDirectBinding Field
Determines whether this class is a direct binding to an Objective-C class, or if this is a subclass of a direct binding.

Syntax

protected bool IsDirectBinding

Remarks

This property is central to the way that MonoMac exposes virtual methods to C# programmers. This property is used internally by the binding engine to determine whether a class is actually a direct binding to an Objective-C class (for example NSMutableDictionary) or whether the user has subclassed the object (MyNSMutableDictionary). The binding system uses this to dispatch method invocations either to the base class, or the current class.

Requirements

Namespace: MonoMac.Foundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0