INObject Class
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.
[Foundation.Register("INObject", true)]
public class INObject : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable, Intents.IINSpeakable
[<Foundation.Register("INObject", true)>]
type INObject = class
inherit NSObject
interface IINSpeakable
interface INativeObject
interface IDisposable
interface INSCoding
interface INSCopying
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| INObject(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| INObject(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| INObject(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| INObject(String, String, String, INImage) | |
| INObject(String, String, String, String, INImage) | |
| INObject(String, String, String) | |
| INObject(String, String) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AlternativeSpeakableMatches |
Gets the identifier for this string in the app-specific vocabulary file. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| DisplayImage | |
| DisplayString | |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Identifier |
The unique identifier of this pronunciation hint. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| PronunciationHint |
Developers can use this to clarify how a name is pronounced. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SpokenPhrase |
Siri's interpretation of the utterance. |
| SubtitleString | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| VocabularyIdentifier |
Gets an array of alternative matching phrases. |
| Zone | (Inherited from NSObject) |