INativeObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A simple interface that is used to expose the unmanaged object pointer in various classes in Xamarin.iOS.
public interface INativeObject
type INativeObject = interface
- Derived
Remarks
All this interface requires is for a class to expose an IntPtr that points to the unmanaged pointer to the actual object.
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |