MonobjcMonobjc Documented Class Library
NSURL Class
NamespacesMonobjc.FoundationNSURL

[Missing <summary> documentation for "T:Monobjc.Foundation.NSURL"]

Declaration Syntax
C#Visual BasicVisual C++
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
NSURL(NSString, NSString, NSString)

Initializes a newly created NSURL with a specified scheme, host, and path.

Original signature is '- (id)initWithScheme:(NSString *)scheme host:(NSString *)host path:(NSString *)path'

Available in Mac OS X v10.0 and later.


NSURL(NSString)

Initializes an NSURL object with a provided string.

Original signature is '- (id)initWithString:(NSString *)URLString'

Available in Mac OS X v10.0 and later.


NSURL(NSString, NSURL)

Initializes an NSURL object with a base URL and a relative string.

Original signature is '- (id)initWithString:(NSString *)URLString relativeToURL:(NSURL *)baseURL'

Available in Mac OS X v10.0 and later.


NSURL(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSURL()()()()
Initializes a new instance of the NSURL class.

NSURL(IntPtr)
Initializes a new instance of the NSURL class.

NSURL(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSURL class.

AbsoluteString

Returns the string for the receiver as if it were an absolute URL.

Original signature is '- (NSString *)absoluteString'

Available in Mac OS X v10.0 and later.


AbsoluteURL

Returns an absolute URL that refers to the same resource as the receiver.

Original signature is '- (NSURL *)absoluteURL'

Available in Mac OS X v10.0 and later.


AddObserverForKeyPathOptionsContext(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers anObserver to receive KVO notifications for the specified key-path relative to the receiver.

Original signature is '- (void)addObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Alloc()()()()
Allocates a new native instance.
(Inherited from Id.)
AttributeKeys

Returns an array of NSString objects containing the names of immutable values that instances of the receiver's class contain.

Original signature is '- (NSArray *)attributeKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
AutoContentAccessingProxy

Creates and returns an autoreleased proxy for the receiving object

Original signature is '- (id)autoContentAccessingProxy'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
Autorelease()()()()

Adds the receiver to the current autorelease pool.

Original signature is '- (id)autorelease'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
AwakeAfterUsingCoder(NSCoder)

Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.

Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
BaseURL

Returns the base URL of the receiver.

Original signature is '- (NSURL *)baseURL'

Available in Mac OS X v10.0 and later.


BindToObjectWithKeyPathOptions(NSString, Id, NSString, NSDictionary)

Establishes a binding between a given property of the receiver and the property of a given object specified by a given key path.

Original signature is '- (void)bind:(NSString *)binding toObject:(id)observableController withKeyPath:(NSString *)keyPath options:(NSDictionary *)options'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
BookmarkDataWithContentsOfURLError(NSURL, NSError%)

Initializes and returns bookmark data derived from an alias file pointed to by a specified URL.

Original signature is '+ (NSData *)bookmarkDataWithContentsOfURL:(NSURL *)bookmarkFileURL error:(NSError **)error'

Available in Mac OS X v10.6 and later.


BookmarkDataWithOptionsIncludingResourceValuesForKeysRelativeToURLError(NSURLBookmarkCreationOptions, NSArray, NSURL, NSError%)

Returns bookmark data for the URL, created with specified options and resource values.

Original signature is '- (NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(NSArray *)keys relativeToURL:(NSURL *)relativeURL error:(NSError **)error'

Available in Mac OS X v10.6 and later.


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CheckResourceIsReachableAndReturnError(NSError%)

Returns whether the resource pointed to by a file URL can be reached.

Original signature is '- (BOOL)checkResourceIsReachableAndReturnError:(NSError **)error'

Available in Mac OS X v10.6 and later.


Class

Gets the class of the underlying instance.

(Inherited from Id.)
ClassCode

Returns the receiver's Apple event type code, as stored in the NSScriptClassDescription object for the object’s class.

Original signature is '- (FourCharCode)classCode'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassDescription

Returns an object containing information about the attributes and relationships of the receiver’s class.

Original signature is '- (NSClassDescription *)classDescription'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForArchiver

Overridden by subclasses to substitute a class other than its own during archiving.

Original signature is '- (Class)classForArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForCoder

Overridden by subclasses to substitute a class other than its own during coding.

Original signature is '- (Class)classForCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForKeyedArchiver

Overridden by subclasses to substitute a new class for instances during keyed archiving.

Original signature is '- (Class)classForKeyedArchiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ClassForPortCoder

Overridden by subclasses to substitute a class other than its own for distribution encoding.

Original signature is '- (Class)classForPortCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassName

Returns a string containing the name of the class.

Original signature is '- (NSString *)className'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CoerceValueForKey(Id, NSString)

Uses type info from the class description and NSScriptCoercionHandler to attempt to convert value for key to the proper type, if necessary.

Original signature is '- (id)coerceValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ConformsToProtocol(IntPtr)

Returns a Boolean value that indicates whether the receiver conforms to a given protocol. (required)

Original signature is '- (BOOL)conformsToProtocol:(Protocol *)aProtocol'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Copy()()()()

Returns the object returned by copyWithZone:, where the zone is nil.

Original signature is '- (id)copy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CopyScriptingValueForKeyWithProperties(Id, NSString, NSDictionary)

Creates and returns one or more scripting objects to be inserted into the specified relationship by copying the passed-in value and setting the properties in the copied object or objects.

Original signature is '- (id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
CopyWithZone(IntPtr)

Returns a new instance that’s a copy of the receiver. (required)

Original signature is '- (id)copyWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.


Dealloc()()()()

Deallocates the memory occupied by the receiver.

Original signature is '- (void)dealloc'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Description

Returns a string that describes the contents of the receiver. (required)

Original signature is '- (NSString *)description'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DictionaryWithValuesForKeys(NSArray)

Returns a dictionary containing the property values identified by each of the keys in a given array.

Original signature is '- (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property has changed.

Original signature is '- (void)didChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change was made to a specified unordered to-many relationship.

Original signature is '- (void)didChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
DidChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change has occurred on the indexes for a specified ordered to-many relationship.

Original signature is '- (void)didChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Id.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Id.)
DoesNotRecognizeSelector(IntPtr)

Handles messages the receiver doesn’t recognize.

Original signature is '- (void)doesNotRecognizeSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
EncodeWithCoder(NSCoder)

Encodes the receiver using a given archiver. (required)

Original signature is '- (void)encodeWithCoder:(NSCoder *)encoder'

Available in Mac OS X v10.0 and later.


Equals(Id)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Id.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Id.)
ExposedBindings

Returns an array containing the bindings exposed by the receiver.

Original signature is '- (NSArray *)exposedBindings'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
FilePathURL

Returns a new file path URL that points to the same resource as the original URL.

Original signature is '- (NSURL *)filePathURL'

Available in Mac OS X v10.6 and later.


FileReferenceURL

Returns a new file reference URL that points to the same resource as the original URL.

Original signature is '- (NSURL *)fileReferenceURL'

Available in Mac OS X v10.6 and later.


FileURLWithPath(NSString)

Initializes and returns a newly created NSURL object as a file URL with a specified path.

Original signature is '+ (id)fileURLWithPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


FileURLWithPathComponents(NSArray)

Initializes and returns a newly created NSURL object as a file URL with specified path components.

Original signature is '+ (NSURL *)fileURLWithPathComponents:(NSArray *)components'

Available in Mac OS X v10.6 and later.


FileURLWithPathIsDirectory(NSString, Boolean)

Initializes and returns a newly created NSURL object as a file URL with a specified path.

Original signature is '+ (id)fileURLWithPath:(NSString *)path isDirectory:(BOOL)isDir'

Available in Mac OS X v10.5 and later.


Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the Id is reclaimed by garbage collection.
(Inherited from Id.)
ForwardingTargetForSelector(IntPtr)

Returns the object to which unrecognized messages should first be directed.

Original signature is '- (id)forwardingTargetForSelector:(SEL)aSelector'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
ForwardInvocation(NSInvocation)

Overridden by subclasses to forward messages to other objects.

Original signature is '- (void)forwardInvocation:(NSInvocation *)anInvocation'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Fragment

Returns the fragment of a URL conforming to RFC 1808.

Original signature is '- (NSString *)fragment'

Available in Mac OS X v10.0 and later.


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Id.)
GetInstanceVariable<(Of <<'(T>)>>)(String)
Gets the instance variable of the specified name.
(Inherited from Id.)
GetResourceValueForKeyError(Id%, NSString, NSError%)

Returns the resource value for the property identified by a given key.

Original signature is '- (BOOL)getResourceValue:(id *)value forKey:(NSString *)key error:(NSError **)error'

Available in Mac OS X v10.6 and later.


GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Hash

Returns an integer that can be used as a table address in a hash table structure. (required)

Original signature is '- (NSUInteger)hash'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Host

Returns the host of a URL conforming to RFC 1808.

Original signature is '- (NSString *)host'

Available in Mac OS X v10.0 and later.


InfoForBinding(NSString)

Returns a dictionary describing the receiver’s binding.

Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Init()()()()

Implemented by subclasses to initialize a new object (the receiver) immediately after memory for it has been allocated.

Original signature is '- (id)init'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InitByResolvingBookmarkDataOptionsRelativeToURLBookmarkDataIsStaleError(NSData, NSURLBookmarkResolutionOptions, NSURL, Boolean%, NSError%)

Initializes a newly created NSURL that points to a location specified by resolving bookmark data.

Original signature is '- (id)initByResolvingBookmarkData:(NSData *)bookmarkData options:(NSURLBookmarkResolutionOptions)options relativeToURL:(NSURL *)relativeURL bookmarkDataIsStale:(BOOL *)isStale error:(NSError **)error'

Available in Mac OS X v10.6 and later.


InitFileURLWithPath(NSString)

Initializes a newly created NSURL referencing the local file or directory at path.

Original signature is '- (id)initFileURLWithPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


InitFileURLWithPathIsDirectory(NSString, Boolean)

Initializes a newly created NSURL referencing the local file or directory at path.

Original signature is '- (id)initFileURLWithPath:(NSString *)path isDirectory:(BOOL)isDir'

Available in Mac OS X v10.5 and later.


InitWithCoder(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


InitWithSchemeHostPath(NSString, NSString, NSString)

Initializes a newly created NSURL with a specified scheme, host, and path.

Original signature is '- (id)initWithScheme:(NSString *)scheme host:(NSString *)host path:(NSString *)path'

Available in Mac OS X v10.0 and later.


InitWithString(NSString)

Initializes an NSURL object with a provided string.

Original signature is '- (id)initWithString:(NSString *)URLString'

Available in Mac OS X v10.0 and later.


InitWithStringRelativeToURL(NSString, NSURL)

Initializes an NSURL object with a base URL and a relative string.

Original signature is '- (id)initWithString:(NSString *)URLString relativeToURL:(NSURL *)baseURL'

Available in Mac OS X v10.0 and later.


InsertValueAtIndexInPropertyWithKey(Id, NSUInteger, NSString)

Inserts an object at the specified index in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value atIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InsertValueInPropertyWithKey(Id, NSString)

Inserts an object in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
InverseForRelationshipKey(NSString)

For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.

Original signature is '- (NSString *)inverseForRelationshipKey:(NSString *)relationshipKey'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsEqual(Id)

Returns a Boolean value that indicates whether the receiver and a given object are equal. (required)

Original signature is '- (BOOL)isEqual:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsFileReferenceURL

Returns whether the URL is a file reference URL.

Original signature is '- (BOOL)isFileReferenceURL'

Available in Mac OS X v10.6 and later.


IsFileURL

Returns whether the receiver uses the file scheme.

Original signature is '- (BOOL)isFileURL'

Available in Mac OS X v10.0 and later.


IsKindOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)

Original signature is '- (BOOL)isKindOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsMemberOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of a given class. (required)

Original signature is '- (BOOL)isMemberOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsProxy

Returns a Boolean value that indicates whether the receiver does not descend from NSObject. (required)

Original signature is '- (BOOL)isProxy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
LastPathComponent

Returns the last path component of a file URL.

Original signature is '- (NSString *)lastPathComponent'

Available in Mac OS X v10.6 and later.


LoadResourceDataNotifyingClientUsingCache(Id, Boolean) Obsolete.

Loads the receiver’s resource data in the background. (Deprecated in Mac OS X v10.4.)

Original signature is '- (void)loadResourceDataNotifyingClient:(id)client usingCache:(BOOL)shouldUseCache'

Available in Mac OS X v10.0 and later.


MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MethodForSelector(IntPtr)

Locates and returns the address of the receiver’s implementation of a method so it can be called as a function.

Original signature is '- (IMP)methodForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MethodSignatureForSelector(IntPtr)

Returns an NSMethodSignature object that contains a description of the method identified by a given selector.

Original signature is '- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableArrayValueForKey(NSString)

Returns a mutable array proxy that provides read-write access to an ordered to-many relationship specified by a given key.

Original signature is '- (NSMutableArray *)mutableArrayValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableArrayValueForKeyPath(NSString)

Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableCopy()()()()

Returns the object returned by mutableCopyWithZone: where the zone is nil.

Original signature is '- (id)mutableCopy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableSetValueForKey(NSString)

Returns a mutable set proxy that provides read-write access to the unordered to-many relationship specified by a given key.

Original signature is '- (NSMutableSet *)mutableSetValueForKey:(NSString *)key'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
MutableSetValueForKeyPath(NSString)

Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableSet *)mutableSetValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
NativePointer
Gets or sets the native pointer.
(Inherited from Id.)
NewScriptingObjectOfClassForValueForKeyWithContentsValueProperties(Class, NSString, Id, NSDictionary)

Creates and returns an instance of a scriptable class, setting its contents and properties, for insertion into the relationship identified by the key.

Original signature is '- (id)newScriptingObjectOfClass:(Class)class forValueForKey:(NSString *)key withContentsValue:(id)contentsValue properties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
NSFTPPropertyActiveTransferModeKey

Key for retrieving whether in active transfer mode, returned as a boolean wrapped in an NSNumber object.

The default value for this key is NO (passive mode).

Available in Mac OS X v10.2 and later.


NSFTPPropertyFileOffsetKey

Key for retrieving the file offset, returned as an NSNumber object. The default value for this key is zero.

Available in Mac OS X v10.2 and later.


NSFTPPropertyFTPProxy

NSDictionary containing proxy information to use in place of proxy identified in SystemConfiguration.framework.

To avoid any proxy use, pass an empty dictionary.

Available in Mac OS X v10.3 and later.


NSFTPPropertyUserLoginKey

Key for the user login, returned as an NSString object.

The default value for this key is “anonymous”.

Available in Mac OS X v10.2 and later.


NSFTPPropertyUserPasswordKey

Key for the user password, returned as an NSString object.

The default value for this key is "NSURLHandle@apple.com".

Available in Mac OS X v10.2 and later.


NSHTTPPropertyErrorPageDataKey

Key for retrieving an error page as an NSData object.

Available in Mac OS X v10.0 and later.


NSHTTPPropertyHTTPProxy

Key for retrieving the NSDictionary object containing proxy information to use in place of proxy identified in SystemConfiguration.framework.

To avoid any proxy use, pass an empty dictionary.

Available in Mac OS X v10.2 and later.


NSHTTPPropertyRedirectionHeadersKey

Key for retrieving the redirection headers as an NSDictionary object with each header value keyed to the header name.

Available in Mac OS X v10.0 and later.


NSHTTPPropertyServerHTTPVersionKey

Key for retrieving the HTTP version as an NSString object containing the initial server status line up to the first space.

Available in Mac OS X v10.0 and later.


NSHTTPPropertyStatusCodeKey

Key for the status code, returned as an integer wrapped in an NSNumber object.

Available in Mac OS X v10.0 and later.


NSHTTPPropertyStatusReasonKey

Key for the remainder of the HTTP status line following the status code, returned as an NSString object.

This string usually contains an explanation of the error in English. Because this string is taken straight from the server response, it’s not localized.

Available in Mac OS X v10.0 and later.


NSURLAttributeModificationDateKey

Key for the last time the resource’s attributes were modified, returned as an NSDate object if the volume supports attribute modification dates, or nil if attribute modification dates are unsupported.

Available in Mac OS X v10.6 and later.


NSURLClass
Static field for a quick access to the NSURL class.

NSURLContentAccessDateKey

Key for the last time the resource was accessed, returned as an NSDate object if the volume supports access dates, or nil if access dates are unsupported.

Available in Mac OS X v10.6 and later.


NSURLContentModificationDateKey

Key for the last time the resource was modified, returned as an NSDate object if the volume supports modification dates, or nil if modification dates are unsupported.

Available in Mac OS X v10.6 and later.


NSURLCreationDateKey

Key for the resource’s creation date, returned as an NSDate object if the volume supports creation dates, or nil if creation dates are unsupported.

Available in Mac OS X v10.6 and later.


NSURLCustomIconKey

Key for the icon stored with the resource, returned as an NSImage object, or nil if the resource has no custom icon.

Available in Mac OS X v10.6 and later.


NSURLEffectiveIconKey

Key for the resource’s normal icon, returned as an NSImage object.

Available in Mac OS X v10.6 and later.


NSURLFileAllocatedSizeKey

Key for the total size allocated on disk for the file, returned as an NSNumber object.

Available in Mac OS X v10.6 and later.


NSURLFileScheme

Identifies a URL that points to a file on a mounted volume.

Available in Mac OS X v10.0 and later.


NSURLFileSizeKey

Key for the file’s size in bytes, returned as an NSNumber object.

Available in Mac OS X v10.6 and later.


NSURLHasHiddenExtensionKey

Key for determining whether the resource’s extension is normally removed from its localized name, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsAliasFileKey

Key for determining whether the file is an alias, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsDirectoryKey

Key for determining whether the resource is a directory, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsHiddenKey

Key for determining whether the resource is normally not displayed to users, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsPackageKey

Key for determining whether the resource is a packaged directory, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsRegularFileKey

Key for determining whether the resource is a regular file, as opposed to a directory or a symbolic link. Returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsSymbolicLinkKey

Key for determining whether the resource is a symbolic link, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsSystemImmutableKey

Key for determining whether the resource's system immutable bit is set, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsUserImmutableKey

Key for determining whether the resource's user immutable bit is set, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLIsVolumeKey

Key for determining whether the resource is the root directory of a volume, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLLabelColorKey

Key for the resource’s label color, returned as an NSColor object, or nil if the resource has no label color.

Available in Mac OS X v10.6 and later.


NSURLLabelNumberKey

Key for the resource’s label number, returned as an NSNumber object.

Available in Mac OS X v10.6 and later.


NSURLLinkCountKey

Key for the number of hard links to the resource, returned as an NSNumber object.

Available in Mac OS X v10.6 and later.


NSURLLocalizedLabelKey

Key for the resource’s localized label text, returned as an NSString object, or nil if the resource has no localized label text.

Available in Mac OS X v10.6 and later.


NSURLLocalizedNameKey

Key for the resource’s localized or extension-hidden name, retuned as an NSString object.

Available in Mac OS X v10.6 and later.


NSURLLocalizedTypeDescriptionKey

Key for the resource’s localized type description, returned as an NSString object.

Available in Mac OS X v10.6 and later.


NSURLNameKey

Key for the resource’s name in the file system, returned as an NSString object.

Available in Mac OS X v10.6 and later.


NSURLParentDirectoryURLKey

Key for the parent directory of the resource, returned as an NSURL object, or nil if the resource is the root directory of its volume.

Available in Mac OS X v10.6 and later.


NSURLTypeIdentifierKey

Key for the resource’s uniform type identifier (UTI), returned as an NSString object.

Available in Mac OS X v10.6 and later.


NSURLVolumeAvailableCapacityKey

Key for the volume’s available capacity in bytes, returned as an NSNumber object.

Available in Mac OS X v10.6 and later.


NSURLVolumeIsJournalingKey

Key for determining whether the volume is currently journaling, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeLocalizedFormatDescriptionKey

Key for the volume’s descriptive format name, returned as an NSString object.

Available in Mac OS X v10.6 and later.


NSURLVolumeResourceCountKey

Key for the total number of resources on the volume, returned as an NSNumber object.

Available in Mac OS X v10.6 and later.


NSURLVolumeSupportsCasePreservedNamesKey

Key for determining whether the volume supports case-preserved names, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeSupportsCaseSensitiveNamesKey

Key for determining whether the volume supports case-sensitive names, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeSupportsHardLinksKey

Key for determining whether the volume supports hard links, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeSupportsJournalingKey

Key for determining whether the volume supports journaling, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeSupportsPersistentIDsKey

Key for determining whether the volume supports persistent IDs, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeSupportsSparseFilesKey

Key for determining whether the volume supports sparse files, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeSupportsSymbolicLinksKey

Key for determining whether the volume supports symbolic links, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeSupportsZeroRunsKey

Key for determining whether the volume supports zero runs, returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.


NSURLVolumeTotalCapacityKey

Key for the volume’s capacity in bytes, returned as an NSNumber object.

Available in Mac OS X v10.6 and later.


NSURLVolumeURLKey

Key for the root directory of the resource’s volume, returned as an NSURL object.

Available in Mac OS X v10.6 and later.


ObservationInfo

Returns a pointer that identifies information about all of the observers that are registered with the receiver.

Original signature is '- (void *)observationInfo'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ObserveValueForKeyPathOfObjectChangeContext(NSString, Id, NSDictionary, IntPtr)

This message is sent to the receiver when the value at the specified key path relative to the given object has changed.

Original signature is '- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
OptionDescriptionsForBinding(NSString)

Returns an array describing the options for the specified binding.

Original signature is '- (NSArray *)optionDescriptionsForBinding:(NSString *)binding'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
ParameterString

Returns the parameter string of a URL conforming to RFC 1808.

Original signature is '- (NSString *)parameterString'

Available in Mac OS X v10.0 and later.


Password

Returns the password of a URL conforming to RFC 1808.

Original signature is '- (NSString *)password'

Available in Mac OS X v10.0 and later.


Path

Returns the path of a URL conforming to RFC 1808.

Original signature is '- (NSString *)path'

Available in Mac OS X v10.0 and later.


PathComponents

Returns the individual path components of a file URL in an array.

Original signature is '- (NSArray *)pathComponents'

Available in Mac OS X v10.6 and later.


PathExtension

Returns the path extension of a file URL.

Original signature is '- (NSString *)pathExtension'

Available in Mac OS X v10.6 and later.


PerformSelector(IntPtr)

Sends a specified message to the receiver and returns the result of the message. (required)

Original signature is '- (id)performSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorInBackgroundWithObject(IntPtr, Id)

Invokes a method of the receiver on a new background thread.

Original signature is '- (void)performSelectorInBackground:(SEL)aSelector withObject:(id)arg'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDone(IntPtr, Id, Boolean)

Invokes a method of the receiver on the main thread using the default mode.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDoneModes(IntPtr, Id, Boolean, NSArray)

Invokes a method of the receiver on the main thread using the specified modes.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDone(IntPtr, NSThread, Id, Boolean)

Invokes a method of the receiver on the specified thread using the default mode.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDoneModes(IntPtr, NSThread, Id, Boolean, NSArray)

Invokes a method of the receiver on the specified thread using the specified modes.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorWithObject(IntPtr, Id)

Sends a message to the receiver with an object as the argument. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelay(IntPtr, Id, Double)

Invokes a method of the receiver on the current thread using the default mode after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelayInModes(IntPtr, Id, Double, NSArray)

Invokes a method of the receiver on the current thread using the specified modes after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectWithObject(IntPtr, Id, Id)

Sends a message to the receiver with two objects as arguments. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject withObject:(id)anotherObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Port

Returns the port number of a URL conforming to RFC 1808.

Original signature is '- (NSNumber *)port'

Available in Mac OS X v10.0 and later.


PropertyForKey(NSString) Obsolete.

Returns the specified property of the receiver’s resource. (Deprecated in Mac OS X v10.4.)

Original signature is '- (id)propertyForKey:(NSString *)propertyKey'

Available in Mac OS X v10.0 and later.


Query

Returns the query of a URL conforming to RFC 1808.

Original signature is '- (NSString *)query'

Available in Mac OS X v10.0 and later.


RelativePath

Returns the path of a URL conforming to RFC 1808, without resolving against the receiver’s base URL.

Original signature is '- (NSString *)relativePath'

Available in Mac OS X v10.0 and later.


RelativeString

Returns a string representation of the relative portion of the URL.

Original signature is '- (NSString *)relativeString'

Available in Mac OS X v10.0 and later.


Release()()()()

Decrements the receiver�s reference count.

Original signature is '- (oneway void)release'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RemoveObserverForKeyPath(NSObject, NSString)

Stops a given object from receiving change notifications for the property specified by a given key-path relative to the receiver.

Original signature is '- (void)removeObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
RemoveValueAtIndexFromPropertyWithKey(NSUInteger, NSString)

Removes the object at the specified index from the collection specified by the passed key.

Original signature is '- (void)removeValueAtIndex:(NSUInteger)index fromPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForArchiver(NSArchiver)

Overridden by subclasses to substitute another object for itself during archiving.

Original signature is '- (id)replacementObjectForArchiver:(NSArchiver *)anArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForCoder(NSCoder)

Overridden by subclasses to substitute another object for itself during encoding.

Original signature is '- (id)replacementObjectForCoder:(NSCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForKeyedArchiver(NSKeyedArchiver)

Overridden by subclasses to substitute another object for itself during keyed archiving.

Original signature is '- (id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ReplacementObjectForPortCoder(NSPortCoder)

Overridden by subclasses to substitute another object or a copy for itself during distribution encoding.

Original signature is '- (id)replacementObjectForPortCoder:(NSPortCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplaceValueAtIndexInPropertyWithKeyWithValue(NSUInteger, NSString, Id)

Replaces the object at the specified index in the collection specified by the passed key.

Original signature is '- (void)replaceValueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key withValue:(id)value'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ResourceDataUsingCache(Boolean) Obsolete.

Returns the receiver’s resource data, loading it if necessary. Use NSURLConnection instead of this method. (Deprecated in Mac OS X v10.4.)

Original signature is '- (NSData *)resourceDataUsingCache:(BOOL)shouldUseCache'

Available in Mac OS X v10.0 and later.


ResourceSpecifier

Returns the resource specifier of the URL.

Original signature is '- (NSString *)resourceSpecifier'

Available in Mac OS X v10.0 and later.


ResourceValuesForKeysError(NSArray, NSError%)

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

Original signature is '- (NSDictionary *)resourceValuesForKeys:(NSArray *)keys error:(NSError **)error'

Available in Mac OS X v10.6 and later.


ResourceValuesForKeysFromBookmarkData(NSArray, NSData)

Returns the resource values for properties identified by a specified array of keys contained in specified bookmark data.

Original signature is '+ (NSDictionary *)resourceValuesForKeys:(NSArray *)keys fromBookmarkData:(NSData *)bookmarkData'

Available in Mac OS X v10.6 and later.


RespondsToSelector(IntPtr)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(String)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Retain()()()()

Increments the receiver�s reference count.

Original signature is '- (id)retain'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RetainCount

Returns the receiver’s reference count. (required)

Original signature is '- (NSUInteger)retainCount'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SafeCastAs<(Of <<'(TInstance>)>>)(Id)
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IdExtensions.)
SafeCastTo<(Of <<'(TInstance>)>>)(Id)
Cast the current instance to the given type. the cast is dynamically tested for safety
(Inherited from IdExtensions.)
SafeRelease(Id)

Performs a safe release operation on the given instance.

The equivalent code is:

CopyC#
if (instance != null) instance.Release();
(Inherited from IdExtensions.)
Scheme

Returns the scheme of the URL.

Original signature is '- (NSString *)scheme'

Available in Mac OS X v10.0 and later.


ScriptingProperties

Returns an NSString-keyed dictionary of the receiver's scriptable properties.

Original signature is '- (NSDictionary *)scriptingProperties'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ScriptingValueForSpecifier(NSScriptObjectSpecifier)

Given an object specifier, returns the specified object or objects in the receiving container.

Original signature is '- (id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
Self

Returns the receiver. (required)

Original signature is '- (id)self'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SendMessage(String, array<Object>[]()[][])
Sends a message to this receiver (either a Class or an object instance).
(Inherited from Id.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from Id.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SetInstanceVariable<(Of <<'(T>)>>)(String, T)
Sets the instance variable of the specified name.
(Inherited from Id.)
SetNilValueForKey(NSString)

Invoked by setValue:forKey: when it’s given a nil value for a scalar value (such as an int or float).

Original signature is '- (void)setNilValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetPropertyForKey(Id, NSString) Obsolete.

Changes the specified property of the receiver’s resource. (Deprecated in Mac OS X v10.4.)

Original signature is '- (BOOL)setProperty:(id)propertyValue forKey:(NSString *)propertyKey'

Available in Mac OS X v10.0 and later.


SetResourceData(NSData) Obsolete.

Attempts to set the resource data for the receiver. (Deprecated in Mac OS X v10.4.)

Original signature is '- (BOOL)setResourceData:(NSData *)data'

Available in Mac OS X v10.0 and later.


SetResourceValueForKeyError(Id, NSString, NSError%)

Sets the resource property of the URL specified by a given key to a given value.

Original signature is '- (BOOL)setResourceValue:(id)value forKey:(NSString *)key error:(NSError **)error'

Available in Mac OS X v10.6 and later.


SetResourceValuesError(NSDictionary, NSError%)

Sets resource properties of the URL specified by a given set of keys to a given set of values.

Original signature is '- (BOOL)setResourceValues:(NSDictionary *)keyedValues error:(NSError **)error'

Available in Mac OS X v10.6 and later.


SetValueForKey(Id, NSString)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(String, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int16, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int64, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int32, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Single, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Double, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Char, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Boolean, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKeyPath(Id, NSString)

Sets the value for the property identified by a given key path to a given value.

Original signature is '- (void)setValue:(id)value forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForUndefinedKey(Id, NSString)

Invoked by setValue:forKey: when it finds no property for a given key.

Original signature is '- (void)setValue:(id)value forUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValuesForKeysWithDictionary(NSDictionary)

Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.

Original signature is '- (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
StandardizedURL

Returns a new NSURL object with any instances of ".." or "." removed from its path.

Original signature is '- (NSURL *)standardizedURL'

Available in Mac OS X v10.0 and later.


Superclass

Returns the class object for the receiver’s superclass. (required)

Original signature is '- (Class)superclass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToManyRelationshipKeys

Returns array containing the keys for the to-many relationship properties of the receiver.

Original signature is '- (NSArray *)toManyRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToOneRelationshipKeys

Returns the keys for the to-one relationship properties of the receiver, if any.

Original signature is '- (NSArray *)toOneRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToString()()()()
Returns a String that represents this instance.
(Inherited from NSObject.)
Unbind(NSString)

Removes a given binding between the receiver and a controller.

Original signature is '- (void)unbind:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
URLByAppendingPathComponent(NSString)

Returns a new URL made by appending a path component to the original URL.

Original signature is '- (NSURL *)URLByAppendingPathComponent:(NSString *)pathComponent'

Available in Mac OS X v10.6 and later.


URLByAppendingPathExtension(NSString)

Returns a new URL made by appending a path extension to the original URL.

Original signature is '- (NSURL *)URLByAppendingPathExtension:(NSString *)pathExtension'

Available in Mac OS X v10.6 and later.


URLByDeletingLastPathComponent

Returns a new URL made by deleting the last path component from the original URL.

Original signature is '- (NSURL *)URLByDeletingLastPathComponent'

Available in Mac OS X v10.6 and later.


URLByDeletingPathExtension

Returns a new URL made by deleting the path extension, if any, from the original URL.

Original signature is '- (NSURL *)URLByDeletingPathExtension'

Available in Mac OS X v10.6 and later.


URLByResolvingBookmarkDataOptionsRelativeToURLBookmarkDataIsStaleError(NSData, NSURLBookmarkResolutionOptions, NSURL, Boolean%, NSError%)

Returns a new URL made by resolving bookmark data.

Original signature is '+ (id)URLByResolvingBookmarkData:(NSData *)bookmarkData options:(NSURLBookmarkResolutionOptions)options relativeToURL:(NSURL *)relativeURL bookmarkDataIsStale:(BOOL *)isStale error:(NSError **)error'

Available in Mac OS X v10.6 and later.


URLByResolvingSymlinksInPath

Returns a new URL that points to the same resource as the original URL and includes no symbolic links.

Original signature is '- (NSURL *)URLByResolvingSymlinksInPath'

Available in Mac OS X v10.6 and later.


URLByStandardizingPath

Returns a new URL that points to the same resource as the original URL and is an absolute path.

Original signature is '- (NSURL *)URLByStandardizingPath'

Available in Mac OS X v10.6 and later.


URLHandleUsingCache(Boolean) Obsolete.

Returns a URL handle to service the receiver. (Deprecated in Mac OS X v10.4.)

Original signature is '- (NSURLHandle *)URLHandleUsingCache:(BOOL)shouldUseCache'

Available in Mac OS X v10.0 and later.


URLWithString(NSString)

Creates and returns an NSURL object initialized with a provided string.

Original signature is '+ (id)URLWithString:(NSString *)URLString'

Available in Mac OS X v10.0 and later.


URLWithStringRelativeToURL(NSString, NSURL)

Creates and returns an NSURL object initialized with a base URL and a relative string.

Original signature is '+ (id)URLWithString:(NSString *)URLString relativeToURL:(NSURL *)baseURL'

Available in Mac OS X v10.0 and later.


User

Returns the user portion of a URL conforming to RFC 1808.

Original signature is '- (NSString *)user'

Available in Mac OS X v10.0 and later.


ValidateValueForKeyError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for the property identified by a given key.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKey:(NSString *)key error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValidateValueForKeyPathError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for a given key path relative to the receiver.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKeyPath:(NSString *)inKeyPath error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueAtIndexInPropertyWithKey(NSUInteger, NSString)

Retrieves an indexed object from the collection specified by the passed key.

Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueClassForBinding(NSString)

Returns the class of the value that will be returned for the specified binding.

Original signature is '- (Class)valueClassForBinding:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueForKey(NSString)

Returns the value for the property identified by a given key.

Original signature is '- (id)valueForKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForKeyPath(NSString)

Returns the value for the derived property identified by a given key path.

Original signature is '- (id)valueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForUndefinedKey(NSString)

Invoked by valueForKey: when it finds no property corresponding to a given key.

Original signature is '- (id)valueForUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueWithNameInPropertyWithKey(NSString, NSString)

Retrieves a named object from the collection specified by the passed key.

Original signature is '- (id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ValueWithUniqueIDInPropertyWithKey(Id, NSString)

Retrieves an object by ID from the collection specified by the passed key.

Original signature is '- (id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
WillChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property is about to change.

Original signature is '- (void)willChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WillChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change is about to be made to a specified unordered to-many relationship.

Original signature is '- (void)willChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
WillChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change is about to be executed at given indexes for a specified ordered to-many relationship.

Original signature is '- (void)willChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WriteBookmarkDataToURLOptionsError(NSData, NSURL, NSURLBookmarkCreationOptions, NSError%)

Creates an alias file on disk at a specified location with specified bookmark data.

Original signature is '+ (BOOL)writeBookmarkData:(NSData *)bookmarkData toURL:(NSURL *)bookmarkFileURL options:(NSURLBookmarkFileCreationOptions)options error:(NSError **)error'

Available in Mac OS X v10.6 and later.


WriteToPasteboard(NSURL, NSPasteboard)

Writes the receiver to pasteboard. You must declare an NSURLPboardType data type for pasteboard before invoking this method; otherwise it returns without doing anything.

Original signature is '- (void)writeToPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.0 and later.

(Inherited from NSURL_AppKitAdditions.)
Zone

Returns a pointer to the zone from which the receiver was allocated. (required)

Original signature is '- (NSZone *)zone'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Inheritance Hierarchy
Object
Id
 NSObject
  NSURL
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)