|
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)
|
(Ereditato da NSObject)
|
|
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)
|
(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()
|
(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)
|
|
Bind(NSString, NSObject, String, NSBindingOptions)
|
(Ereditato da NSObject)
|
|
Bind(NSString, NSObject, String, NSDictionary)
|
(Ereditato da NSObject)
|
|
BoundingRectWithSize(CGSize, NSStringDrawingOptions)
|
|
CommitEditing()
|
(Ereditato da NSObject)
|
|
CommitEditing(NSObject, Selector, IntPtr)
|
(Ereditato da NSObject)
|
|
ConformsToProtocol(NativeHandle)
|
(Ereditato da NSObject)
|
|
ContainsAttachmentsInRange(NSRange)
|
|
Copy()
|
(Ereditato da NSObject)
|
|
Copy(NSZone)
|
Esegue una copia dell'oggetto Objective-C sottostante.
|
|
Create(NSAdaptiveImageGlyph, NSDictionary<NSString,NSObject>)
|
|
Create(NSAdaptiveImageGlyph, NSDictionary<NSString,NSObject>)
|
|
Create(NSData, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
|
Creare un nuovo NSAttributedString.
|
|
Create(NSData, NSAttributedStringDocumentAttributes, NSError)
|
Creare un nuovo NSAttributedString.
|
|
Create(NSData, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)
|
Creare un nuovo NSAttributedString oggetto dai dati markdown.
|
|
Create(NSData, NSDictionary, NSDictionary, NSError)
|
Creare un nuovo NSAttributedString.
|
|
Create(NSData, NSError)
|
Creare un nuovo NSAttributedString.
|
|
Create(NSFileWrapper, NSDictionary)
|
Creare un oggetto NSAttributedString analizzando con i wrapper dati RTFD.
|
|
Create(NSUrl, NSAttributedStringDocumentAttributes, NSDictionary, NSError)
|
Creare un nuovo NSAttributedString.
|
|
Create(NSUrl, NSAttributedStringDocumentAttributes, NSError)
|
Creare un nuovo NSAttributedString.
|
|
Create(NSUrl, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)
|
Creare un nuovo NSAttributedString oggetto da un file markdown.
|
|
Create(NSUrl, NSDictionary, NSDictionary, NSError)
|
Creare un nuovo NSAttributedString.
|
|
Create(NSUrl, NSError)
|
Creare un nuovo NSAttributedString.
|
|
Create(String, NSAttributedStringMarkdownParsingOptions, NSUrl, NSError)
|
Creare un nuovo NSAttributedString oggetto da una stringa con markdown.
|
|
CreateWithDocFormat(NSData, NSDictionary)
|
Creare un NSAttributedString analizzando i dati wordDocFormat come documento di Microsoft Word.
|
|
CreateWithHTML(NSData, NSAttributedStringDocumentAttributes, NSDictionary)
|
Creare un oggetto NSAttributedString analizzando i htmlData dati come HTML.
|
|
CreateWithHTML(NSData, NSDictionary, NSDictionary)
|
Creare un oggetto NSAttributedString analizzando i htmlData dati come HTML.
|
|
CreateWithHTML(NSData, NSDictionary)
|
Creare un oggetto NSAttributedString analizzando i htmlData dati come HTML.
|
|
CreateWithHTML(NSData, NSUrl, NSDictionary)
|
Creare un oggetto NSAttributedString analizzando i htmlData dati come HTML.
|
|
CreateWithRTF(NSData, NSDictionary)
|
Creare un oggetto NSAttributedString analizzando i rtfData dati come RTF.
|
|
CreateWithRTFD(NSData, NSDictionary)
|
Creare un oggetto NSAttributedString analizzando i rtfdData dati come RTFD.
|
|
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)
|
(Ereditato da NSObject)
|
|
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Ereditato da NSObject)
|
|
DidChangeValue(String)
|
(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)
|
(Ereditato da NSObject)
|
|
DoubleClick(UIntPtr)
|
|
DrawString(CGPoint)
|
Disegna la stringa in corrispondenza del punto specificato.
|
|
DrawString(CGRect, NSStringDrawingOptions, NSStringDrawingContext)
|
|
DrawString(CGRect, NSStringDrawingOptions)
|
|
DrawString(CGRect)
|
|
EncodeTo(NSCoder)
|
Codifica lo stato dell'oggetto usando il codificatore fornito.
|
|
EnumerateAttribute(NSString, NSRange, NSAttributedStringEnumeration, NSAttributedStringCallback)
|
|
EnumerateAttributes(NSRange, NSAttributedStringEnumeration, NSAttributedRangeCallback)
|
|
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)
|
|
FromAttachment(NSTextAttachment, NSDictionary<NSString,NSObject>)
|
|
FromAttachment(NSTextAttachment, NSDictionary<NSString,NSObject>)
|
|
FromAttachment(NSTextAttachment)
|
|
FromAttachment(NSTextAttachment)
|
|
GetAppKitAttributes(IntPtr, NSRange, NSRange)
|
|
GetAppKitAttributes(IntPtr, NSRange)
|
|
GetAttribute(String, IntPtr, NSRange, NSRange)
|
|
GetAttribute(String, IntPtr, NSRange)
|
|
GetAttributes(IntPtr, NSRange, NSRange)
|
|
GetAttributes(IntPtr, NSRange)
|
|
GetBindingInfo(NSString)
|
(Ereditato da NSObject)
|
|
GetBindingOptionDescriptions(NSString)
|
(Ereditato da NSObject)
|
|
GetBindingValueClass(NSString)
|
(Ereditato da NSObject)
|
|
GetBoundingRect(CGSize, NSStringDrawingOptions, NSStringDrawingContext)
|
|
GetCoreTextAttributes(IntPtr, NSRange, NSRange)
|
|
GetCoreTextAttributes(IntPtr, NSRange)
|
|
GetData(NSRange, NSAttributedStringDocumentAttributes, NSError)
|
|
GetData(NSRange, NSDictionary, NSError)
|
|
GetDataFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)
|
|
GetDataFromRange(NSRange, NSDictionary, NSError)
|
|
GetDictionaryOfValuesFromKeys(NSString[])
|
(Ereditato da NSObject)
|
|
GetDocFormat(NSRange, NSAttributedStringDocumentAttributes)
|
|
GetDocFormat(NSRange, NSDictionary)
|
|
GetFileWrapper(NSRange, NSAttributedStringDocumentAttributes, NSError)
|
|
GetFileWrapper(NSRange, NSDictionary, NSError)
|
|
GetFileWrapperFromRange(NSRange, NSAttributedStringDocumentAttributes, NSError)
|
|
GetFileWrapperFromRange(NSRange, NSDictionary, NSError)
|
|
GetFontAttributes(NSRange)
|
|
GetHashCode()
|
Genera un codice hash per l'istanza corrente.
(Ereditato da NSObject)
|
|
GetItemNumber(NSTextList, UIntPtr)
|
|
GetItemProviderVisibilityForTypeIdentifier(String)
|
|
GetLineBreak(UIntPtr, NSRange)
|
|
GetLineBreakByHyphenating(UIntPtr, NSRange)
|
|
GetMethodForSelector(Selector)
|
(Ereditato da NSObject)
|
|
GetNativeHash()
|
(Ereditato da NSObject)
|
|
GetNextWord(UIntPtr, Boolean)
|
|
GetObject(NSData, String, NSError)
|
|
GetPasteboardPropertyListForType(String)
|
|
GetRange(NSTextBlock, UIntPtr)
|
|
GetRange(NSTextList, UIntPtr)
|
|
GetRange(NSTextTable, UIntPtr)
|
|
GetReadableTypesForPasteboard(NSPasteboard)
|
|
GetReadingOptionsForType(String, NSPasteboard)
|
|
GetRtf(NSRange, NSAttributedStringDocumentAttributes)
|
|
GetRtf(NSRange, NSDictionary)
|
|
GetRtfd(NSRange, NSAttributedStringDocumentAttributes)
|
|
GetRtfd(NSRange, NSDictionary)
|
|
GetRtfdFileWrapper(NSRange, NSAttributedStringDocumentAttributes)
|
|
GetRtfdFileWrapper(NSRange, NSDictionary)
|
|
GetRulerAttributes(NSRange)
|
|
GetUIKitAttributes(IntPtr, NSRange, NSRange)
|
|
GetUIKitAttributes(IntPtr, NSRange)
|
|
GetUrl(UIntPtr, NSRange)
|
|
GetWritableTypesForPasteboard(NSPasteboard)
|
|
GetWritingOptionsForType(String, NSPasteboard)
|
|
Init()
|
Inizializza l'oggetto chiamando il metodo Objective-C init .
(Ereditato da NSObject)
|
|
InitializeHandle(NativeHandle, String)
|
(Ereditato da NSObject)
|
|
InitializeHandle(NativeHandle)
|
(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(NSAttributedString)
|
|
IsEqual(NSObject)
|
(Ereditato da NSObject)
|
|
IsKindOfClass(Class)
|
(Ereditato da NSObject)
|
|
IsMemberOfClass(Class)
|
(Ereditato da NSObject)
|
|
LoadData(String, Action<NSData,NSError>)
|
Implementare questo metodo per personalizzare il caricamento dei dati da un oggetto NSItemProvider.
|
|
LoadDataAsync(String, NSProgress)
|
|
LoadDataAsync(String)
|
Carica in modo asincrono i dati per il tipo identificato da un provider di elementi, restituendo un'attività contenente i dati.
|
|
LoadFromHtml(NSData, NSAttributedStringDocumentAttributes, NSAttributedStringCompletionHandler)
|
|
LoadFromHtml(NSData, NSDictionary, NSAttributedStringCompletionHandler)
|
|
LoadFromHtml(NSUrl, NSAttributedStringDocumentAttributes, NSAttributedStringCompletionHandler)
|
|
LoadFromHtml(NSUrl, NSDictionary, NSAttributedStringCompletionHandler)
|
|
LoadFromHtml(NSUrlRequest, NSAttributedStringDocumentAttributes, NSAttributedStringCompletionHandler)
|
|
LoadFromHtml(NSUrlRequest, NSDictionary, NSAttributedStringCompletionHandler)
|
|
LoadFromHtml(String, NSAttributedStringDocumentAttributes, NSAttributedStringCompletionHandler)
|
|
LoadFromHtml(String, NSDictionary, NSAttributedStringCompletionHandler)
|
|
LoadFromHtmlAsync(NSData, NSAttributedStringDocumentAttributes)
|
|
LoadFromHtmlAsync(NSData, NSDictionary)
|
|
LoadFromHtmlAsync(NSUrl, NSAttributedStringDocumentAttributes)
|
|
LoadFromHtmlAsync(NSUrl, NSDictionary)
|
|
LoadFromHtmlAsync(NSUrlRequest, NSAttributedStringDocumentAttributes)
|
|
LoadFromHtmlAsync(NSUrlRequest, NSDictionary)
|
|
LoadFromHtmlAsync(String, NSAttributedStringDocumentAttributes)
|
|
LoadFromHtmlAsync(String, NSDictionary)
|
|
LowLevelGetAttributes(IntPtr, IntPtr)
|
|
LowLevelGetAttributes(IntPtr, NSRange)
|
Versione di basso livello che fornisce un NSDictionary per gli attributi nell'intervallo specificato.
|
|
MarkDirty()
|
Promuove un normale oggetto peer (IsDirectBinding è true) in un oggetto toggleref.
(Ereditato da NSObject)
|
|
MutableCopy()
|
(Ereditato da NSObject)
|
|
MutableCopy(NSZone)
|
|
ObjectDidEndEditing(NSObject)
|
(Ereditato da NSObject)
|
|
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)
|
(Ereditato da NSObject)
|
|
PerformSelector(Selector, NSObject, Double, NSString[])
|
(Ereditato da NSObject)
|
|
PerformSelector(Selector, NSObject, Double)
|
(Ereditato da NSObject)
|
|
PerformSelector(Selector, NSObject, NSObject)
|
(Ereditato da NSObject)
|
|
PerformSelector(Selector, NSObject)
|
(Ereditato da NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])
|
(Ereditato da NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean)
|
(Ereditato da NSObject)
|
|
PerformSelector(Selector)
|
(Ereditato da NSObject)
|
|
PrefersRtfdInRange(NSRange)
|
|
PrepareForInterfaceBuilder()
|
(Ereditato da NSObject)
|
|
RemoveObserver(NSObject, NSString, IntPtr)
|
(Ereditato da NSObject)
|
|
RemoveObserver(NSObject, NSString)
|
(Ereditato da NSObject)
|
|
RemoveObserver(NSObject, String, IntPtr)
|
(Ereditato da NSObject)
|
|
RemoveObserver(NSObject, String)
|
(Ereditato da NSObject)
|
|
RespondsToSelector(Selector)
|
(Ereditato da NSObject)
|
|
SetNilValueForKey(NSString)
|
(Ereditato da NSObject)
|
|
SetValueForKey(NSObject, NSString)
|
(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)
|
(Ereditato da NSObject)
|
|
SetValueForUndefinedKey(NSObject, NSString)
|
(Ereditato da NSObject)
|
|
SetValuesForKeysWithDictionary(NSDictionary)
|
(Ereditato da NSObject)
|
|
Substring(IntPtr, IntPtr)
|
|
ToString()
|
Restituisce una rappresentazione di stringa del valore dell'istanza corrente.
(Ereditato da NSObject)
|
|
Unbind(NSString)
|
(Ereditato da NSObject)
|
|
ValueForKey(NSString)
|
(Ereditato da NSObject)
|
|
ValueForKeyPath(NSString)
|
(Ereditato da NSObject)
|
|
ValueForUndefinedKey(NSString)
|
(Ereditato da NSObject)
|
|
WillChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Ereditato da NSObject)
|
|
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Ereditato da NSObject)
|
|
WillChangeValue(String)
|
(Ereditato da NSObject)
|