public virtual bool EvictUbiquitousItemAtURL(NSURL url, NSErrorPointer error) { return(default(bool)); }
public virtual NSURL ReplaceItemAtURL(NSURL url, NSFileVersionReplacingOptions options, NSErrorPointer error) { return(default(NSURL)); }
public virtual void SetURL(NSURL url, string forKey) { }
public virtual bool WriteToURL(NSURL aURL, bool atomically) { return(default(bool)); }
public static AnyObject[] OtherVersionsOfItemAtURL(NSURL url) { return(default(AnyObject[])); }
public virtual bool ReadFromURL(NSURL url, NSFileWrapperReadingOptions options, NSErrorPointer error) { return(default(bool)); }
public NSFileWrapper(NSURL symbolicLinkWithDestinationURL) { }
public virtual bool GetRelationship(UnsafeMutablePointer <NSURLRelationship> outRelationship, NSSearchPathDirectory ofDirectory, NSSearchPathDomainMask inDomain, NSURL toItemAtURL, NSErrorPointer error) { return(default(bool)); }
public virtual AnyObject[] ContentsOfDirectoryAtURL(NSURL url, AnyObject[] includingPropertiesForKeys, NSDirectoryEnumerationOptions options, NSErrorPointer error) { return(default(AnyObject[])); }
public virtual bool LinkItemAtURL(NSURL srcURL, NSURL toURL, NSErrorPointer error) { return(default(bool)); }
public virtual bool GetRelationship(UnsafeMutablePointer <NSURLRelationship> outRelationship, NSURL ofDirectoryAtURL, NSURL toItemAtURL, NSErrorPointer error) { return(default(bool)); }
public virtual NSURL URLForDirectory(NSSearchPathDirectory directory, NSSearchPathDomainMask inDomain, [Optional] NSURL appropriateForURL, bool create, NSErrorPointer error) { return(default(NSURL)); }
public virtual bool CreateSymbolicLinkAtURL(NSURL url, NSURL withDestinationURL, NSErrorPointer error) { return(default(bool)); }
public virtual NSURL URLForPublishingUbiquitousItemAtURL(NSURL url, AutoreleasingUnsafeMutablePointer <NSDate> expirationDate, NSErrorPointer error) { return(default(NSURL)); }
public static NSURL URLForResource(string name, [Optional] string withExtension, [Optional] string subdirectory, NSURL inBundleWithURL) { return(default(NSURL)); }
public virtual void CoordinateReadingItemAtURL(NSURL readingURL, NSFileCoordinatorReadingOptions options, NSURL writingItemAtURL, NSFileCoordinatorWritingOptions options2, NSErrorPointer error, Action <NSURL, NSURL> byAccessor) { }
public static AnyObject[] URLsForResourcesWithExtension([Optional] string extension, [Optional] string subdirectory, NSURL inBundleWithURL) { return(default(AnyObject[])); }
public virtual void ItemAtURL(NSURL oldURL, NSURL willMoveToURL) { }
public virtual bool WriteToURL(NSURL url, NSFileWrapperWritingOptions options, [Optional] NSURL originalContentsURL, NSErrorPointer error) { return(default(bool)); }
public virtual void ItemAtURL(NSURL oldURL, NSURL didMoveToURL, bool NAME_YOUR_PARAMS = false) { }
public virtual bool MatchesContentsOfURL(NSURL url) { return(default(bool)); }
public virtual void CoordinateWritingItemAtURL(NSURL url, NSFileCoordinatorWritingOptions options, NSErrorPointer error, Action <NSURL> byAccessor) { }
public static NSFileVersion CurrentVersionOfItemAtURL(NSURL url) { return(default(NSFileVersion)); }
public virtual void SetCookies(AnyObject[] cookies, [Optional] NSURL forURL, [Optional] NSURL mainDocumentURL) { }
public static AnyObject[] UnresolvedConflictVersionsOfItemAtURL(NSURL url) { return(default(AnyObject[])); }
public virtual AnyObject[] CookiesForURL(NSURL theURL) { return(default(AnyObject[])); }
public static bool RemoveOtherVersionsOfItemAtURL(NSURL inFileURL, NSErrorPointer error) { return(default(bool)); }
public NSURLResponse(NSURL URL, [Optional] string MIMEType, int expectedContentLength, [Optional] string textEncodingName) { }
public static AnyObject[] CookiesWithResponseHeaderFields(Dictionary <NSObject, AnyObject> headerFields, NSURL forURL) { return(default(AnyObject[])); }
public virtual bool StartDownloadingUbiquitousItemAtURL(NSURL url, NSErrorPointer error) { return(default(bool)); }