INSObjectProtocol 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.
Base-level object protocol required to be considered a first class Objective-C object.
[Foundation.Protocol(Name="NSObject", WrapperType=typeof(Foundation.NSObjectProtocolWrapper))]
public interface INSObjectProtocol : IDisposable, ObjCRuntime.INativeObject
type INSObjectProtocol = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
Class | |
Description | |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
IsProxy | |
RetainCount | |
Self | |
Superclass | |
Zone |
Methods
Extension Methods
GetDebugDescription(INSObjectProtocol) |