MonoMac.Foundation.NSUrl: Method Members

The methods of MonoMac.Foundation.NSUrl are listed below. For a list of all members, see the NSUrl Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

Append(string, bool) : NSUrl
Documentation for this section has not yet been entered.
CreateBookmarkData(NSUrlBookmarkCreationOptions, string[], NSUrl, out NSError) : NSData
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Returns true if the two objects represent the same URL.
static
FromBookmarkData(NSData, NSUrlBookmarkResolutionOptions, NSUrl, bool, out NSError) : NSUrl
Documentation for this section has not yet been entered.
static
FromFilename(string) : NSUrl
Creates an NSUrl from a filename.
static
FromPasteboard(MonoMac.AppKit.NSPasteboard) : NSUrl
Documentation for this section has not yet been entered.
static
FromString(string) : NSUrl
Creates a Url from the given strings.
static
GetBookmarkData(NSUrl, out NSError) : NSData
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetResourceValues(NSString[], out NSError) : NSDictionary
Documentation for this section has not yet been entered.
IsEqual(NSUrl) : bool
Documentation for this section has not yet been entered.
MakeRelative(string) : NSUrl
Documentation for this section has not yet been entered.
SetResource(string, NSObject) : bool
Documentation for this section has not yet been entered.
SetResource(string, NSObject, out NSError) : bool
Documentation for this section has not yet been entered.
StartAccessingSecurityScopedResource() : bool
Documentation for this section has not yet been entered.
StopAccessingSecurityScopedResource() : bool
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the value of the current instance.
TryGetResource(string, out NSObject) : bool
Documentation for this section has not yet been entered.
TryGetResource(string, out NSObject, out NSError) : bool
Documentation for this section has not yet been entered.
static
WriteBookmarkData(NSData, NSUrl, NSUrlBookmarkCreationOptions, out NSError) : bool
Documentation for this section has not yet been entered.
WriteToPasteboard(MonoMac.AppKit.NSPasteboard)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSUrl object.