CXHandle Classe

Definizione

Identificatore univoco per un utente VOIP.

[Foundation.Register("CXHandle", true)]
public class CXHandle : Foundation.NSObject, Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("CXHandle", true)>]
type CXHandle = class
    inherit NSObject
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface INSCopying
    interface INSSecureCoding
Ereditarietà
CXHandle
Attributi
Implementazioni

Costruttori

Nome Descrizione
CXHandle(CXHandleType, String)

Identificatore univoco per un utente VOIP.

CXHandle(NativeHandle)

Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti. Chiamato dal runtime.

CXHandle(NSCoder)

Costruttore che inizializza l'oggetto dai dati archiviati nell'oggetto unarchiver.

CXHandle(NSObjectFlag)

Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e semplicemente allocare l'oggetto.

Proprietà

Nome Descrizione
AccessibilityAttributedUserInputLabels

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
AccessibilityRespondsToUserInteraction

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
AccessibilityTextualContext

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
AccessibilityUserInputLabels

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Class

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
ClassHandle

Handle della classe Objective-C per questa classe.

DebugDescription

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Description

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da NSObject)
IsDirectBinding

Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C.

(Ereditato da NSObject)
IsProxy

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
RetainCount

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Self

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Superclass

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
SuperHandle

Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObjectoggetto .

(Ereditato da NSObject)
Type

Identificatore univoco per un utente VOIP.

Value

Identificatore univoco per un utente VOIP.

Zone

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)

Metodi

Nome Descrizione
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registra un oggetto per essere osservato esternamente usando un metodo arbitrario.

(Ereditato da NSObject)
AwakeFromNib()

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Action)

Richiama l'azione specificata in modo asincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Richiama in modo asincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
ConformsToProtocol(NativeHandle)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Copy()

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Copy(NSZone)

Esegue una copia dell'oggetto Objective-C sottostante.

DangerousAutorelease()

Chiama il selettore 'autorelease' su questo oggetto.

(Ereditato da NSObject)
DangerousRelease()

Chiama il selettore 'release' su questo oggetto.

(Ereditato da NSObject)
DangerousRetain()

Chiama il selettore 'retain' su questo oggetto.

(Ereditato da NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
DidChangeValue(String)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Dispose()

Rilascia le risorse utilizzate dall'oggetto NSObject .

(Ereditato da NSObject)
Dispose(Boolean)

Rilascia le risorse usate da questo oggetto.

(Ereditato da NSObject)
DoesNotRecognizeSelector(Selector)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
EncodeTo(NSCoder)

Codifica lo stato dell'oggetto usando il codificatore fornito.

Equals(NSObject)

Determina se l'oggetto specificato NSObject è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente NSObject.

(Ereditato da NSObject)
GetDictionaryOfValuesFromKeys(NSString[])

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
GetHashCode()

Genera un codice hash per l'istanza corrente.

(Ereditato da NSObject)
GetMethodForSelector(Selector)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
GetNativeHash()

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Init()

Inizializza l'oggetto chiamando il metodo Objective-C init .

(Ereditato da NSObject)
InitializeHandle(NativeHandle, String)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
InitializeHandle(NativeHandle)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
Invoke(Action, Double)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
Invoke(Action, TimeSpan)

Richiama l'azione specificata dopo il ritardo specificato.

(Ereditato da NSObject)
InvokeOnMainThread(Action)

Richiama l'azione specificata in modo sincrono nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
InvokeOnMainThread(Selector, NSObject)

Richiama in modo sincrono il codice specificato nel thread principale dell'interfaccia utente.

(Ereditato da NSObject)
IsEqual(CXHandle)

Identificatore univoco per un utente VOIP.

IsEqual(NSObject)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
IsKindOfClass(Class)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
IsMemberOfClass(Class)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
MarkDirty()

Promuove un normale oggetto peer (IsDirectBinding è true) in un oggetto toggleref.

(Ereditato da NSObject)
MutableCopy()

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, Double)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject, NSObject)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
PerformSelector(Selector, NSObject)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
PerformSelector(Selector)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
PrepareForInterfaceBuilder()

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
RemoveObserver(NSObject, NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
RemoveObserver(NSObject, String, IntPtr)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
RemoveObserver(NSObject, String)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
RespondsToSelector(Selector)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
SetNilValueForKey(NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
SetValueForKey(NSObject, NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
SetValueForKeyPath(NativeHandle, NSString)

Imposta il valore per la proprietà identificata da un determinato percorso di chiave su un determinato valore.

(Ereditato da NSObject)
SetValueForKeyPath(NSObject, NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
SetValueForUndefinedKey(NSObject, NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
ToString()

Restituisce una rappresentazione di stringa del valore dell'istanza corrente.

(Ereditato da NSObject)
ValueForKey(NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
ValueForKeyPath(NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
ValueForUndefinedKey(NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)
WillChangeValue(String)

Identificatore univoco per un utente VOIP.

(Ereditato da NSObject)

Metodi di estensione

Nome Descrizione
AccessibilityHitTest(NSObject, CGPoint, UIEvent)

Identificatore univoco per un utente VOIP.

BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)

Identificatore univoco per un utente VOIP.

BrowserAccessibilityInsertTextAtCursor(NSObject, String)

Identificatore univoco per un utente VOIP.

GetAccessibilityCustomRotors(NSObject)

Ottiene la matrice di UIAccessibilityCustomRotor oggetti appropriata per this l'oggetto .

GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)

Identificatore univoco per un utente VOIP.

GetAccessibilityLineRangeForPosition(NSObject, IntPtr)

Identificatore univoco per un utente VOIP.

GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)

Identificatore univoco per un utente VOIP.

GetAccessibilityNextTextNavigationElement(NSObject)

Identificatore univoco per un utente VOIP.

GetAccessibilityNextTextNavigationElementBlock(NSObject)

Identificatore univoco per un utente VOIP.

GetAccessibilityPreviousTextNavigationElement(NSObject)

Identificatore univoco per un utente VOIP.

GetAccessibilityPreviousTextNavigationElementBlock(NSObject)

Identificatore univoco per un utente VOIP.

GetAccessibilityTextInputResponder(NSObject)

Identificatore univoco per un utente VOIP.

GetAccessibilityTextInputResponderHandler(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilityAttributedValue(NSObject, NSRange)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilityContainerType(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilityCurrentStatus(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilityHasDomFocus(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilityIsRequired(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilityPressedState(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilityRoleDescription(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilitySelectedTextRange(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilitySortDirection(NSObject)

Identificatore univoco per un utente VOIP.

GetBrowserAccessibilityValue(NSObject, NSRange)

Identificatore univoco per un utente VOIP.

GetDebugDescription(INSObjectProtocol)

Identificatore univoco per un utente VOIP.

GetHandle(INativeObject)

Identificatore univoco per un utente VOIP.

GetNonNullHandle(INativeObject, String)

Identificatore univoco per un utente VOIP.

ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

Identificatore univoco per un utente VOIP.

ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)

Identificatore univoco per un utente VOIP.

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Imposta la matrice di UIAccessibilityCustomRotor oggetti appropriata per this l'oggetto .

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)

Identificatore univoco per un utente VOIP.

SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

Identificatore univoco per un utente VOIP.

SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)

Identificatore univoco per un utente VOIP.

SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)

Identificatore univoco per un utente VOIP.

SetAccessibilityTextInputResponder(NSObject, IUITextInput)

Identificatore univoco per un utente VOIP.

SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)

Identificatore univoco per un utente VOIP.

SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)

Identificatore univoco per un utente VOIP.

SetBrowserAccessibilityCurrentStatus(NSObject, String)

Identificatore univoco per un utente VOIP.

SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)

Identificatore univoco per un utente VOIP.

SetBrowserAccessibilityIsRequired(NSObject, Boolean)

Identificatore univoco per un utente VOIP.

SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)

Identificatore univoco per un utente VOIP.

SetBrowserAccessibilityRoleDescription(NSObject, String)

Identificatore univoco per un utente VOIP.

SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)

Identificatore univoco per un utente VOIP.

SetBrowserAccessibilitySortDirection(NSObject, String)

Identificatore univoco per un utente VOIP.

SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)

Identificatore univoco per un utente VOIP.

Si applica a

Vedi anche