|
AbbreviateTildeInPath()
|
|
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)
|
(Inherited from NSObject)
|
|
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)
|
(Inherited from NSObject)
|
|
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
|
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
|
AppendPathComponent(NSString)
|
|
AppendPathExtension(NSString)
|
|
AppendPaths(String[])
|
|
AwakeFromNib()
|
(Inherited from NSObject)
|
|
BeginInvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
|
BeginInvokeOnMainThread(Selector, NSObject)
|
Invokes asynchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
|
Bind(NSString, NSObject, String, NSBindingOptions)
|
(Inherited from NSObject)
|
|
Bind(NSString, NSObject, String, NSDictionary)
|
(Inherited from NSObject)
|
|
BoundingRectWithSize(CGSize, NSStringDrawingOptions, NSDictionary)
|
|
Capitalize(NSLocale)
|
|
CommitEditing()
|
(Inherited from NSObject)
|
|
CommitEditing(NSObject, Selector, IntPtr)
|
(Inherited from NSObject)
|
|
CommonPrefix(NSString, NSStringCompareOptions)
|
|
Compare(NSString, NSStringCompareOptions, NSRange, NSLocale)
|
|
Compare(NSString, NSStringCompareOptions, NSRange)
|
|
Compare(NSString, NSStringCompareOptions)
|
|
Compare(NSString)
|
|
CompareTo(NSString)
|
|
ConformsToProtocol(NativeHandle)
|
(Inherited from NSObject)
|
|
Contains(NSString)
|
|
Copy()
|
(Inherited from NSObject)
|
|
Copy(NSZone)
|
Performs a copy of the underlying Objective-C object.
|
|
CreateNative(String, Boolean)
|
Creates an Objective-C NSString from the C# string and returns a pointer to it.
|
|
CreateNative(String, Int32, Int32, Boolean)
|
Creates an Objective-C NSString from the C# string and returns a pointer to it.
|
|
CreateNative(String, Int32, Int32)
|
Creates an Objective-C NSString from the C# string and returns a pointer to it.
|
|
CreateNative(String)
|
Creates an Objective-C NSString from the C# string and returns a pointer to it.
|
|
DangerousAutorelease()
|
Calls the 'autorelease' selector on this object.
(Inherited from NSObject)
|
|
DangerousRelease()
|
Calls the 'release' selector on this object.
(Inherited from NSObject)
|
|
DangerousRetain()
|
Calls the 'retain' selector on this object.
(Inherited from NSObject)
|
|
DeleteLastPathComponent()
|
|
DeletePathExtension()
|
|
DetectStringEncoding(NSData, EncodingDetectionOptions, String, Boolean)
|
|
DetectStringEncoding(NSData, NSDictionary, String, Boolean)
|
|
DidChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Inherited from NSObject)
|
|
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
|
DidChangeValue(String)
|
(Inherited from NSObject)
|
|
Dispose()
|
Releases the resources used by the NSObject object.
(Inherited from NSObject)
|
|
Dispose(Boolean)
|
Releases the resources used by the NSObject object.
(Inherited from NSObject)
|
|
DoesNotRecognizeSelector(Selector)
|
(Inherited from NSObject)
|
|
DrawString(CGPoint, NSDictionary)
|
|
DrawString(CGRect, NSDictionary)
|
|
DrawString(CGRect, NSStringDrawingOptions, NSDictionary)
|
|
Encode(NSStringEncoding, Boolean)
|
|
EncodeTo(NSCoder)
|
Encodes the state of the object using the provided encoder.
|
|
Equals(NSObject)
|
(Inherited from NSObject)
|
|
Equals(NSString, NSString)
|
Compare two NSString instances.
|
|
Equals(Object)
|
Compare this NSString to another object.
|
|
ExpandTildeInPath()
|
|
FromData(NSData, NSStringEncoding)
|
Creates an NSString from an NSData source.
|
|
FromHandle(NativeHandle, Boolean)
|
Utility method that returns a string from a pointer that points to an Objective-C NSString or CFString object.
|
|
FromHandle(NativeHandle)
|
Utility method that returns a string from a pointer that points to an Objective-C NSString or CFString object.
|
|
GetBindingInfo(NSString)
|
(Inherited from NSObject)
|
|
GetBindingOptionDescriptions(NSString)
|
(Inherited from NSObject)
|
|
GetBindingValueClass(NSString)
|
(Inherited from NSObject)
|
|
GetDictionaryOfValuesFromKeys(NSString[])
|
(Inherited from NSObject)
|
|
GetHashCode()
|
Generates a hash code for the current instance.
|
|
GetItemProviderVisibilityForTypeIdentifier(String)
|
|
GetLineStart(UIntPtr, UIntPtr, UIntPtr, NSRange)
|
|
GetLocalizedUserNotificationString(NSString, NSObject[])
|
|
GetMethodForSelector(Selector)
|
(Inherited from NSObject)
|
|
GetNativeHash()
|
(Inherited from NSObject)
|
|
GetObject(NSData, String, NSError)
|
|
GetParagraphPositions(UIntPtr, UIntPtr, UIntPtr, NSRange)
|
|
GetParagraphRange(NSRange)
|
|
GetPasteboardPropertyListForType(String)
|
|
GetReadableTypesForPasteboard(NSPasteboard)
|
|
GetReadingOptionsForType(String, NSPasteboard)
|
|
GetVariantFittingPresentationWidth(IntPtr)
|
|
GetWritableTypesForPasteboard(NSPasteboard)
|
|
GetWritingOptionsForType(String, NSPasteboard)
|
|
HasPrefix(NSString)
|
|
HasSuffix(NSString)
|
|
Init()
|
(Inherited from NSObject)
|
|
InitializeHandle(NativeHandle, String)
|
(Inherited from NSObject)
|
|
InitializeHandle(NativeHandle)
|
(Inherited from NSObject)
|
|
Invoke(Action, Double)
|
(Inherited from NSObject)
|
|
Invoke(Action, TimeSpan)
|
(Inherited from NSObject)
|
|
InvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
|
InvokeOnMainThread(Selector, NSObject)
|
Invokes synchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
|
IsEqual(NSObject)
|
(Inherited from NSObject)
|
|
IsEqualTo(IntPtr)
|
|
IsKindOfClass(Class)
|
(Inherited from NSObject)
|
|
IsMemberOfClass(Class)
|
(Inherited from NSObject)
|
|
LineRangeForRange(NSRange)
|
|
LoadData(String, Action<NSData,NSError>)
|
Implement this method to customize the loading of data by an NSItemProvider.
|
|
LoadDataAsync(String, NSProgress)
|
|
LoadDataAsync(String)
|
Asynchronously loads data for the identified type from an item provider, returning a task that contains the data.
|
|
LocalizedCaseInsensitiveContains(NSString)
|
|
LocalizedFormat(NSString, NSObject[])
|
Format a localizable string with the specified arguments.
|
|
LocalizedFormat(NSString, Object[])
|
Format a localizable string with the specified arguments.
|
|
LocalizedFormat(String, Object[])
|
Format a localizable string with the specified arguments.
|
|
LocalizedStandardContainsString(NSString)
|
|
LocalizedStandardRangeOfString(NSString)
|
|
MarkDirty()
|
Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.
(Inherited from NSObject)
|
|
MutableCopy()
|
(Inherited from NSObject)
|
|
MutableCopy(NSZone)
|
|
ObjectDidEndEditing(NSObject)
|
(Inherited from NSObject)
|
|
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)
|
(Inherited from NSObject)
|
|
PathWithComponents(String[])
|
|
PerformSelector(Selector, NSObject, Double, NSString[])
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, Double)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, NSObject)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector)
|
(Inherited from NSObject)
|
|
PrepareForInterfaceBuilder()
|
(Inherited from NSObject)
|
|
ReleaseNative(NativeHandle)
|
Releases a native Objective-C string.
|
|
RemoveObserver(NSObject, NSString, IntPtr)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, NSString)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, String, IntPtr)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, String)
|
(Inherited from NSObject)
|
|
Replace(NSRange, NSString)
|
|
ResolveSymlinksInPath()
|
|
RespondsToSelector(Selector)
|
(Inherited from NSObject)
|
|
SeparateComponents(NSCharacterSet)
|
|
SeparateComponents(NSString)
|
|
SetNilValueForKey(NSString)
|
(Inherited from NSObject)
|
|
SetValueForKey(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValueForKeyPath(NativeHandle, NSString)
|
(Inherited from NSObject)
|
|
SetValueForKeyPath(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValueForUndefinedKey(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValuesForKeysWithDictionary(NSDictionary)
|
(Inherited from NSObject)
|
|
StandarizePath()
|
|
StringSize(NSDictionary)
|
|
ToLower(NSLocale)
|
|
ToString()
|
Returns a string representation of the value of the current instance.
|
|
ToUpper(NSLocale)
|
|
TransliterateString(NSString, Boolean)
|
|
TransliterateString(NSStringTransform, Boolean)
|
Transliterate this string using the specified string transformation.
|
|
Unbind(NSString)
|
(Inherited from NSObject)
|
|
ValueForKey(NSString)
|
(Inherited from NSObject)
|
|
ValueForKeyPath(NSString)
|
(Inherited from NSObject)
|
|
ValueForUndefinedKey(NSString)
|
(Inherited from NSObject)
|
|
WillChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Inherited from NSObject)
|
|
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
|
WillChangeValue(String)
|
(Inherited from NSObject)
|