NSUrl Class

Definition

Represents a URL.

[Foundation.Register("NSURL", true)]
public class NSUrl : Foundation.NSObject, AppKit.INSPasteboardReading, AppKit.INSPasteboardWriting, Foundation.INSCopying, Foundation.INSItemProviderReading, Foundation.INSItemProviderWriting, Foundation.INSSecureCoding, IDisposable, IEquatable<Foundation.NSUrl>, QuickLookUI.IQLPreviewItem
type NSUrl = class
    inherit NSObject
    interface INSCoding
    interface INativeObject
    interface IDisposable
    interface INSCopying
    interface INSItemProviderReading
    interface INSItemProviderWriting
    interface INSSecureCoding
    interface INSPasteboardReading
    interface INSPasteboardWriting
    interface IQLPreviewItem
    interface IEquatable<NSUrl>
Inheritance
Attributes
Implements

Constructors

NSUrl(IntPtr)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

NSUrl(IntPtr, Boolean, NSUrl)
NSUrl(NSCoder)

A constructor that initializes the object from the data stored in the unarchiver object.

NSUrl(NSData, NSUrlBookmarkResolutionOptions, NSUrl, Boolean, NSError)
NSUrl(NSObjectFlag)

Constructor to call on derived classes to skip initialization and merely allocate the object.

NSUrl(String)
NSUrl(String, Boolean)

Creates a file NSUrl with the specified path.

NSUrl(String, Boolean, NSUrl)
NSUrl(String, NSUrl)
NSUrl(String, String)
NSUrl(String, String, String)

Properties

AbsoluteString

The string for this url as if it were an absolute URL.

AbsoluteUrl

An absolute URL that refers to the same resource as this NSUrl.

AddedToDirectoryDateKey

Represents the value associated with the constant NSURLAddedToDirectoryDateKey

AttributeModificationDateKey

Represents the value associated with the constant NSURLAttributeModificationDateKey

BaseUrl

The base URL of this NSUrl.

Class (Inherited from NSObject)
ClassHandle

The handle for this class.

ContentAccessDateKey

Represents the value associated with the constant NSURLContentAccessDateKey

ContentModificationDateKey

Represents the value associated with the constant NSURLContentModificationDateKey

CreationDateKey

Represents the value associated with the constant NSURLCreationDateKey

CustomIconKey

Represents the value associated with the constant NSURLCustomIconKey

DataRepresentation
DebugDescription

A developer-meaningful description of this object.

(Inherited from NSObject)
Description

Description of the object, the Objective-C version of ToString.

(Inherited from NSObject)
DocumentIdentifierKey

Represents the value associated with the constant NSURLDocumentIdentifierKey

EffectiveIconKey

Represents the value associated with the constant NSURLEffectiveIconKey

FileAllocatedSizeKey

Represents the value associated with the constant NSURLFileAllocatedSizeKey

FilePathUrl
FileProtectionComplete
FileProtectionCompleteUnlessOpen
FileProtectionCompleteUntilFirstUserAuthentication
FileProtectionKey
FileProtectionNone
FileReferenceUrl
FileResourceIdentifierKey

Represents the value associated with the constant NSURLFileResourceIdentifierKey

FileResourceTypeBlockSpecial

Represents the value associated with the constant NSURLFileResourceTypeBlockSpecial

FileResourceTypeCharacterSpecial

Represents the value associated with the constant NSURLFileResourceTypeCharacterSpecial

FileResourceTypeDirectory

Represents the value associated with the constant NSURLFileResourceTypeDirectory

FileResourceTypeKey

Represents the value associated with the constant NSURLFileResourceTypeKey

FileResourceTypeNamedPipe

Represents the value associated with the constant NSURLFileResourceTypeNamedPipe

FileResourceTypeRegular

Represents the value associated with the constant NSURLFileResourceTypeRegular

FileResourceTypeSocket

Represents the value associated with the constant NSURLFileResourceTypeSocket

FileResourceTypeSymbolicLink

Represents the value associated with the constant NSURLFileResourceTypeSymbolicLink

FileResourceTypeUnknown

Represents the value associated with the constant NSURLFileResourceTypeUnknown

FileSecurityKey

Represents the value associated with the constant NSURLFileSecurityKey

FileSizeKey

Represents the value associated with the constant NSURLFileSizeKey

Fragment

The fragment of a URL conforming to RFC 1808 (Relative URLs).

GenerationIdentifierKey

Represents the value associated with the constant NSURLGenerationIdentifierKey

GetFileSystemRepresentationAsUtf8Ptr
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from NSObject)
HasDirectoryPath
HasHiddenExtensionKey

Represents the value associated with the constant NSURLHasHiddenExtensionKey

Host

The host of a URL conforming to RFC 1808 (Relative URLs).

IsAliasFileKey

Represents the value associated with the constant NSURLIsAliasFileKey

IsApplicationKey
IsDirectBinding (Inherited from NSObject)
IsDirectoryKey

Represents the value associated with the constant NSURLIsDirectoryKey

IsExcludedFromBackupKey

Represents the value associated with the constant NSURLIsExcludedFromBackupKey

IsExecutableKey

Represents the value associated with the constant NSURLIsExecutableKey

IsFileReferenceUrl
IsFileUrl

Whether this NSUrl uses the file scheme.

IsHiddenKey

Represents the value associated with the constant NSURLIsHiddenKey

IsMountTriggerKey

Represents the value associated with the constant NSURLIsMountTriggerKey

IsPackageKey

Represents the value associated with the constant NSURLIsPackageKey

IsProxy (Inherited from NSObject)
IsReadableKey

Represents the value associated with the constant NSURLIsReadableKey

IsRegularFileKey

Represents the value associated with the constant NSURLIsRegularFileKey

IsSymbolicLinkKey

Represents the value associated with the constant NSURLIsSymbolicLinkKey

IsSystemImmutableKey

Represents the value associated with the constant NSURLIsSystemImmutableKey

IsUbiquitousItemKey

Represents the value associated with the constant NSURLIsUbiquitousItemKey

IsUserImmutableKey

Represents the value associated with the constant NSURLIsUserImmutableKey

IsVolumeKey

Represents the value associated with the constant NSURLIsVolumeKey

IsWritableKey

Represents the value associated with the constant NSURLIsWritableKey

ItemTitle

Gets the title for the preview item.

ItemUrl

Gets the URL for the preview item.

KeysOfUnsetValuesKey

Represents the value associated with the constant NSURLKeysOfUnsetValuesKey

LabelColorKey

Represents the value associated with the constant NSURLLabelColorKey

LabelNumberKey

Represents the value associated with the constant NSURLLabelNumberKey

LastPathComponent
LinkCountKey

Represents the value associated with the constant NSURLLinkCountKey

LocalizedLabelKey

Represents the value associated with the constant NSURLLocalizedLabelKey

LocalizedNameKey

Represents the value associated with the constant NSURLLocalizedNameKey

LocalizedTypeDescriptionKey

Represents the value associated with the constant NSURLLocalizedTypeDescriptionKey

NameKey

Represents the value associated with the constant NSURLNameKey

ParameterString

The parameter string of a URL conforming to RFC 1808 (Relative URLs).

ParentDirectoryURLKey

Represents the value associated with the constant NSURLParentDirectoryURLKey

Password

The password of a URL conforming to RFC 1808 (Relative URLs).

Path

The path of a URL conforming to RFC 1808 (Relative URLs).

PathComponents
PathExtension
PathKey

Represents the value associated with the constant NSURLPathKey

Port
PreferredIOBlockSizeKey

Represents the value associated with the constant NSURLPreferredIOBlockSizeKey

PreviewItemDisplayState
PreviewItemTitle
PreviewItemURL
Query

The query of a URL conforming to RFC 1808 (Relative URLs).

ReadableTypeIdentifiers
RelativePath

The path of a URL conforming to RFC 1808 (Relative URLs), without resolving against this URL's base URL.

RelativeString

A string representation of the relation portion of this NSUrl.

ResourceSpecifier

The resource specifier of this NSUrl.

RetainCount

Returns the current Objective-C retain count for the object.

(Inherited from NSObject)
Scheme

The scheme of this NSUrl.

Self (Inherited from NSObject)
StandardizedUrl

Returns a new NSUrl with no instances of "." or ".." in its path.

Superclass (Inherited from NSObject)
SuperHandle

Handle used to represent the methods in the base class for this NSObject.

(Inherited from NSObject)
ThumbnailDictionaryKey

Represents the value associated with the constant NSURLThumbnailDictionaryKey

TotalFileAllocatedSizeKey

Represents the value associated with the constant NSURLTotalFileAllocatedSizeKey

TotalFileSizeKey

Represents the value associated with the constant NSURLTotalFileSizeKey

TypeIdentifierKey

Represents the value associated with the constant NSURLTypeIdentifierKey

UbiquitousItemContainerDisplayNameKey

Represents the value associated with the constant NSURLUbiquitousItemContainerDisplayNameKey

UbiquitousItemDownloadingErrorKey

Represents the value associated with the constant NSURLUbiquitousItemDownloadingErrorKey

UbiquitousItemDownloadingStatusCurrent

Represents the value associated with the constant NSURLUbiquitousItemDownloadingStatusCurrent

UbiquitousItemDownloadingStatusDownloaded

Represents the value associated with the constant NSURLUbiquitousItemDownloadingStatusDownloaded

UbiquitousItemDownloadingStatusKey

Represents the value associated with the constant NSURLUbiquitousItemDownloadingStatusKey

UbiquitousItemDownloadingStatusNotDownloaded

Represents the value associated with the constant NSURLUbiquitousItemDownloadingStatusNotDownloaded

UbiquitousItemDownloadRequestedKey

Represents the value associated with the constant NSURLUbiquitousItemDownloadRequestedKey

UbiquitousItemHasUnresolvedConflictsKey

Represents the value associated with the constant NSURLUbiquitousItemHasUnresolvedConflictsKey

UbiquitousItemIsDownloadedKey

Represents the value associated with the constant NSURLUbiquitousItemIsDownloadedKey

UbiquitousItemIsDownloadingKey

Developers should not use this deprecated property.

UbiquitousItemIsSharedKey
UbiquitousItemIsUploadedKey

Represents the value associated with the constant NSURLUbiquitousItemIsUploadedKey

UbiquitousItemIsUploadingKey

Represents the value associated with the constant NSURLUbiquitousItemIsUploadingKey

UbiquitousItemPercentDownloadedKey

Represents the value associated with the constant NSURLUbiquitousItemPercentDownloadedKey

UbiquitousItemPercentUploadedKey

Represents the value associated with the constant NSURLUbiquitousItemPercentUploadedKey

UbiquitousItemUploadingErrorKey

Represents the value associated with the constant NSURLUbiquitousItemUploadingErrorKey

UbiquitousSharedItemCurrentUserPermissionsKey
UbiquitousSharedItemCurrentUserRoleKey
UbiquitousSharedItemMostRecentEditorNameComponentsKey
UbiquitousSharedItemOwnerNameComponentsKey
UbiquitousSharedItemPermissionsReadOnly
UbiquitousSharedItemPermissionsReadWrite
UbiquitousSharedItemRoleOwner
UbiquitousSharedItemRoleParticipant
User

The user portion of a URL conforming to RFC 1808 (Relative URLs).

VolumeAvailableCapacityForImportantUsageKey
VolumeAvailableCapacityForOpportunisticUsageKey
VolumeAvailableCapacityKey

Represents the value associated with the constant NSURLVolumeAvailableCapacityKey

VolumeCreationDateKey

Represents the value associated with the constant NSURLVolumeCreationDateKey

VolumeIdentifierKey

Represents the value associated with the constant NSURLVolumeIdentifierKey

VolumeIsAutomountedKey

Represents the value associated with the constant NSURLVolumeIsAutomountedKey

VolumeIsBrowsableKey

Represents the value associated with the constant NSURLVolumeIsBrowsableKey

VolumeIsEjectableKey

Represents the value associated with the constant NSURLVolumeIsEjectableKey

VolumeIsEncryptedKey
VolumeIsInternalKey

Represents the value associated with the constant NSURLVolumeIsInternalKey

VolumeIsJournalingKey

Represents the value associated with the constant NSURLVolumeIsJournalingKey

VolumeIsLocalKey

Represents the value associated with the constant NSURLVolumeIsLocalKey

VolumeIsReadOnlyKey

Represents the value associated with the constant NSURLVolumeIsReadOnlyKey

VolumeIsRemovableKey

Represents the value associated with the constant NSURLVolumeIsRemovableKey

VolumeIsRootFileSystemKey
VolumeLocalizedFormatDescriptionKey

Represents the value associated with the constant NSURLVolumeLocalizedFormatDescriptionKey

VolumeLocalizedNameKey

Represents the value associated with the constant NSURLVolumeLocalizedNameKey

VolumeMaximumFileSizeKey

Represents the value associated with the constant NSURLVolumeMaximumFileSizeKey

VolumeNameKey

Represents the value associated with the constant NSURLVolumeNameKey

VolumeResourceCountKey

Represents the value associated with the constant NSURLVolumeResourceCountKey

VolumeSupportsAccessPermissionsKey
VolumeSupportsAdvisoryFileLockingKey

Represents the value associated with the constant NSURLVolumeSupportsAdvisoryFileLockingKey

VolumeSupportsCasePreservedNamesKey

Represents the value associated with the constant NSURLVolumeSupportsCasePreservedNamesKey

VolumeSupportsCaseSensitiveNamesKey

Represents the value associated with the constant NSURLVolumeSupportsCaseSensitiveNamesKey

VolumeSupportsCompressionKey
VolumeSupportsExclusiveRenamingKey
VolumeSupportsExtendedSecurityKey

Represents the value associated with the constant NSURLVolumeSupportsExtendedSecurityKey

VolumeSupportsFileCloningKey
VolumeSupportsHardLinksKey

Represents the value associated with the constant NSURLVolumeSupportsHardLinksKey

VolumeSupportsImmutableFilesKey
VolumeSupportsJournalingKey

Represents the value associated with the constant NSURLVolumeSupportsJournalingKey

VolumeSupportsPersistentIDsKey

Represents the value associated with the constant NSURLVolumeSupportsPersistentIDsKey

VolumeSupportsRenamingKey

Represents the value associated with the constant NSURLVolumeSupportsRenamingKey

VolumeSupportsRootDirectoryDatesKey

Represents the value associated with the constant NSURLVolumeSupportsRootDirectoryDatesKey

VolumeSupportsSparseFilesKey

Represents the value associated with the constant NSURLVolumeSupportsSparseFilesKey

VolumeSupportsSwapRenamingKey
VolumeSupportsSymbolicLinksKey

Represents the value associated with the constant NSURLVolumeSupportsSymbolicLinksKey

VolumeSupportsVolumeSizesKey

Represents the value associated with the constant NSURLVolumeSupportsVolumeSizesKey

VolumeSupportsZeroRunsKey

Represents the value associated with the constant NSURLVolumeSupportsZeroRunsKey

VolumeTotalCapacityKey

Represents the value associated with the constant NSURLVolumeTotalCapacityKey

VolumeURLForRemountingKey

Represents the value associated with the constant NSURLVolumeURLForRemountingKey

VolumeURLKey

Represents the value associated with the constant NSURLVolumeURLKey

VolumeUUIDStringKey

Represents the value associated with the constant NSURLVolumeUUIDStringKey

WritableTypeIdentifiers
WritableTypeIdentifiersForItemProvider
Zone (Inherited from NSObject)

Methods

AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers an object for being observed externally (using NSString keyPath).   Observed changes are dispatched to the observer’s object ObserveValue(NSString, NSObject, NSDictionary, IntPtr) method.

(Inherited from NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

Registers an object for being observed externally (using string keyPath).   Observed changes are dispatched to the observer’s object ObserveValue(NSString, NSObject, NSDictionary, IntPtr) method.

(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)
Append(String, Boolean)

Returns a new NSUrl by appending the specified pathComponent to this NSUrl.

AppendPathExtension(String)
AwakeFromNib()

Called after the object has been loaded from the nib file. Overriders must call base.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, NSDictionary) (Inherited from NSObject)
Bind(String, NSObject, String, NSDictionary)
Obsolete.
(Inherited from NSObject)
BindingInfo(String)
Obsolete.
(Inherited from NSObject)
BindingOptionDescriptions(String)
Obsolete.
(Inherited from NSObject)
BindingValueClass(String)
Obsolete.
(Inherited from NSObject)
CommitEditing() (Inherited from NSObject)
CommitEditing(NSObject, Selector, IntPtr) (Inherited from NSObject)
ConformsToProtocol(IntPtr)

Invoked to determine if this object implements the specified protocol.

(Inherited from NSObject)
Copy()

Performs a copy of the underlying Objective-C object.

(Inherited from NSObject)
Copy(NSZone)

Performs a copy of the underlying Objective-C object.

CreateAbsoluteUrlWithDataRepresentation(NSData, NSUrl)
CreateBookmarkData(NSUrlBookmarkCreationOptions, String[], NSUrl, NSError)

Creates a bookmark for this URL, with the specified options and resource values.

CreateFileUrl(String, Boolean, NSUrl)
CreateFileUrl(String, NSUrl)
CreateFileUrl(String[])
CreateWithDataRepresentation(NSData, NSUrl)
DangerousAutorelease() (Inherited from NSObject)
DangerousRelease() (Inherited from NSObject)
DangerousRetain() (Inherited from NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

Indicates a change occurred to the indexes for a to-many relationship.

(Inherited from NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
DidChangeValue(String)

Indicates that a change occurred on the specified key.

(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)

Indicates that this object does not recognize the specified selector.

(Inherited from NSObject)
EncodeTo(NSCoder)

Encodes the state of the object on the provided encoder

Equals(NSObject) (Inherited from NSObject)
Equals(NSUrl)
Equals(Object) (Inherited from NSObject)
ExposedBindings() (Inherited from NSObject)
FromBookmarkData(NSData, NSUrlBookmarkResolutionOptions, NSUrl, Boolean, NSError)
FromFilename(String)

Creates an NSUrl from a filename.

FromPasteboard(NSPasteboard)
FromString(String)

Creates a Url from the given strings.

FromUTF8Pointer(IntPtr, Boolean, NSUrl)
GetBindingInfo(NSString) (Inherited from NSObject)
GetBindingOptionDescriptions(NSString) (Inherited from NSObject)
GetBindingValueClass(NSString) (Inherited from NSObject)
GetBookmarkData(NSUrl, NSError)
GetDictionaryOfValuesFromKeys(NSString[])

Retrieves the values of the specified keys.

(Inherited from NSObject)
GetFileSystemRepresentation(IntPtr, nint)
GetHashCode()

Generates a hash code for the current instance.

(Inherited from NSObject)
GetItemProviderVisibilityForTypeIdentifier(String)
GetMethodForSelector(Selector) (Inherited from NSObject)
GetNativeField(String)
Obsolete.
(Inherited from NSObject)
GetNativeHash() (Inherited from NSObject)
GetObject(NSData, String, NSError)
GetPasteboardPropertyListForType(String)
GetReadableTypesForPasteboard(NSPasteboard)
GetReadingOptionsForType(String, NSPasteboard)
GetResourceValues(NSString[], NSError)

The resource values for the properties identified by specified array of keys.

GetWritableTypesForPasteboard(NSPasteboard)
GetWritingOptionsForType(String, NSPasteboard)
Init() (Inherited from NSObject)
InitializeHandle(IntPtr) (Inherited from NSObject)
InitializeHandle(IntPtr, String) (Inherited from NSObject)
InitWithPasteboardPropertyList(NSObject, String)
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)
IsKindOfClass(Class) (Inherited from NSObject)
IsMemberOfClass(Class) (Inherited from NSObject)
LoadData(String, Action<NSData,NSError>)

Implement this method to customize the loading of data by an NSItemProvider.

LoadDataAsync(String)
LoadDataAsync(String, NSProgress)
MakeRelative(String)
MarkDirty()

Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.

(Inherited from NSObject)
MutableCopy()

Creates a mutable copy of the specified NSObject.

(Inherited from NSObject)
ObjectDidEndEditing(NSObject) (Inherited from NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

Indicates that the value at the specified keyPath relative to this object has changed.

(Inherited from NSObject)
PerformSelector(Selector) (Inherited from NSObject)
PerformSelector(Selector, NSObject) (Inherited from NSObject)
PerformSelector(Selector, NSObject, Double)

Invokes the selector on the current instance and if the obj is not null, it passes this as its single parameter.

(Inherited from NSObject)
PerformSelector(Selector, NSObject, Double, NSString[]) (Inherited from NSObject)
PerformSelector(Selector, NSObject, NSObject) (Inherited from NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (Inherited from NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (Inherited from NSObject)
PrepareForInterfaceBuilder() (Inherited from NSObject)
RemoveAllCachedResourceValues()
RemoveCachedResourceValueForKey(NSString)
RemoveLastPathComponent()
RemoveObserver(NSObject, NSString)

Stops the specified observer from receiving further notifications of changed values for the specified keyPath.

(Inherited from NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context.

(Inherited from NSObject)
RemoveObserver(NSObject, String)

Stops the specified observer from receiving further notifications of changed values for the specified keyPath.

(Inherited from NSObject)
RemoveObserver(NSObject, String, IntPtr)

Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context.

(Inherited from NSObject)
RemovePathExtension()
ResolveAlias(NSUrl, NSUrlBookmarkResolutionOptions, NSError)
RespondsToSelector(Selector)

Whether this object recognizes the specified selector.

(Inherited from NSObject)
SetNativeField(String, NSObject)
Obsolete.
(Inherited from NSObject)
SetNilValueForKey(NSString)

Sets the value of the specified key to null.

(Inherited from NSObject)
SetResource(NSString, NSObject)
SetResource(NSString, NSObject, NSError)
SetTemporaryResourceValue(NSObject, NSString)
SetValueForKey(NSObject, NSString)

Sets the value of the property specified by the key to the specified value.

(Inherited from NSObject)
SetValueForKeyPath(IntPtr, NSString)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

(Inherited from NSObject)
SetValueForKeyPath(NSObject, NSString)

Sets the value of a property that can be reached using a keypath.

(Inherited from NSObject)
SetValueForUndefinedKey(NSObject, NSString)

Indicates an attempt to write a value to an undefined key. If not overridden, raises an NSUndefinedKeyException.

(Inherited from NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

Sets the values of this NSObject to those in the specified dictionary.

(Inherited from NSObject)
StartAccessingSecurityScopedResource()
StopAccessingSecurityScopedResource()
ToString()

Returns a string representation of the value of the current instance.

TryGetResource(NSString, NSObject)
TryGetResource(NSString, NSObject, NSError)
Unbind(NSString) (Inherited from NSObject)
Unbind(String)
Obsolete.
(Inherited from NSObject)
ValueForKey(NSString)

Returns the value of the property associated with the specified key.

(Inherited from NSObject)
ValueForKeyPath(NSString)

Returns the value of a property that can be reached using a keypath.

(Inherited from NSObject)
ValueForUndefinedKey(NSString)

Indicates an attempt to read a value of an undefined key. If not overridden, raises an NSUndefinedKeyException.

(Inherited from NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

Indicates that the values of the specified indices in the specified key are about to change.

(Inherited from NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (Inherited from NSObject)
WillChangeValue(String)

Indicates that the value of the specified key is about to change.

(Inherited from NSObject)
WriteBookmarkData(NSData, NSUrl, NSUrlBookmarkCreationOptions, NSError)
WriteToPasteboard(NSPasteboard)

Operators

Equality(NSUrl, NSUrl)
Implicit(NSUrl to Uri)
Implicit(Uri to NSUrl)
Inequality(NSUrl, NSUrl)

Extension Methods

ObjectDidBeginEditing(NSObject, INSEditor)
ObjectDidEndEditing(NSObject, INSEditor)
GetValidModes(NSObject, NSFontPanel)
ValidateToolbarItem(NSObject, NSToolbarItem)
GetPasteboardPropertyListForType(INSPasteboardWriting, String)
GetWritableTypesForPasteboard(INSPasteboardWriting, NSPasteboard)
GetWritingOptionsForType(INSPasteboardWriting, String, NSPasteboard)
GetItemProviderVisibilityForTypeIdentifier(INSItemProviderWriting, String)
GetWritableTypeIdentifiersForItemProvider(INSItemProviderWriting)
LoadDataAsync(INSItemProviderWriting, String)
LoadDataAsync(INSItemProviderWriting, String, NSProgress)
GetDebugDescription(INSObjectProtocol)
CheckPromisedItemIsReachable(NSUrl, NSError)
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
GetPromisedItemResourceValues(NSUrl, NSString[], NSError)
GetPreviewItemDisplayState(IQLPreviewItem)
GetPreviewItemTitle(IQLPreviewItem)
GetPreviewItemURL(IQLPreviewItem)
AcceptsPreviewPanelControl(NSObject, QLPreviewPanel)
BeginPreviewPanelControl(NSObject, QLPreviewPanel)
EndPreviewPanelControl(NSObject, QLPreviewPanel)
GetAccessibilityCustomRotors(NSObject)

Gets the array of UIAccessibilityCustomRotor objects appropriate for this object.

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

Sets the array of UIAccessibilityCustomRotor objects appropriate for this object.

Applies to

See also