예제 #1
0
 public virtual bool GetObjectValue(AutoreleasingUnsafeMutablePointer <AnyObject> obj, string forString, UnsafeMutablePointer <NSRange> range, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #2
0
 public virtual void CoordinateWritingItemAtURL(NSURL url, NSFileCoordinatorWritingOptions options, NSErrorPointer error, Action <NSURL> byAccessor)
 {
 }
예제 #3
0
 public virtual bool ReadAdditionalContentFromURL(NSURL absoluteURL, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #4
0
 public virtual AnyObject[] ContentsOfDirectoryAtURL(NSURL url, AnyObject[] includingPropertiesForKeys, NSDirectoryEnumerationOptions options, NSErrorPointer error)
 {
     return(default(AnyObject[]));
 }
예제 #5
0
 public virtual void CoordinateReadingItemAtURL(NSURL readingURL, NSFileCoordinatorReadingOptions options, NSURL writingItemAtURL, NSFileCoordinatorWritingOptions options2, NSErrorPointer error, Action <NSURL, NSURL> byAccessor)
 {
 }
예제 #6
0
 public virtual Dictionary <NSObject, AnyObject> AttributesOfFileSystemForPath(string path, NSErrorPointer error)
 {
     return(default(Dictionary <NSObject, AnyObject>));
 }
예제 #7
0
 public virtual bool GetRelationship(UnsafeMutablePointer <NSURLRelationship> outRelationship, NSURL ofDirectoryAtURL, NSURL toItemAtURL, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #8
0
 public virtual bool ReplaceItemAtURL(NSURL originalItemURL, NSURL withItemAtURL, [Optional] string backupItemName, NSFileManagerItemReplacementOptions options, AutoreleasingUnsafeMutablePointer <NSURL> resultingItemURL, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #9
0
 public virtual bool SetUbiquitous(bool flag, NSURL itemAtURL, NSURL destinationURL, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #10
0
 public virtual bool RemoveItemAtURL(NSURL URL, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #11
0
 public virtual bool RemoveItemAtPath(string path, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #12
0
 public virtual bool CreateDirectoryAtPath(string path, bool withIntermediateDirectories, Dictionary <NSObject, AnyObject> attributes, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #13
0
 public virtual bool WriteToURL(NSURL aURL, NSDataWritingOptions options, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #14
0
 public virtual bool WriteToFile(string path, NSDataWritingOptions options, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #15
0
 public virtual bool LinkItemAtPath(string srcPath, string toPath, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #16
0
 public virtual bool StartDownloadingUbiquitousItemAtURL(NSURL url, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #17
0
 public virtual string DestinationOfSymbolicLinkAtPath(string path, NSErrorPointer error)
 {
     return(default(string));
 }
예제 #18
0
 public virtual bool EvictUbiquitousItemAtURL(NSURL url, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #19
0
 public virtual bool SetAttributes(Dictionary <NSObject, AnyObject> attributes, string ofItemAtPath, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #20
0
 public virtual NSURL URLForPublishingUbiquitousItemAtURL(NSURL url, AutoreleasingUnsafeMutablePointer <NSDate> expirationDate, NSErrorPointer error)
 {
     return(default(NSURL));
 }
예제 #21
0
 public virtual bool GetRelationship(UnsafeMutablePointer <NSURLRelationship> outRelationship, NSSearchPathDirectory ofDirectory, NSSearchPathDomainMask inDomain, NSURL toItemAtURL, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #22
0
 public virtual bool CreateSymbolicLinkAtURL(NSURL url, NSURL withDestinationURL, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #23
0
 public virtual AnyObject[] ContentsOfDirectoryAtPath(string path, NSErrorPointer error)
 {
     return(default(AnyObject[]));
 }
예제 #24
0
 public virtual NSURL URLForDirectory(NSSearchPathDirectory directory, NSSearchPathDomainMask inDomain, [Optional] NSURL appropriateForURL, bool create, NSErrorPointer error)
 {
     return(default(NSURL));
 }
예제 #25
0
 public virtual void PrepareForReadingItemsAtURLs(AnyObject[] readingURLs, NSFileCoordinatorReadingOptions options, AnyObject[] writingItemsAtURLs, NSFileCoordinatorWritingOptions options2, NSErrorPointer error, Action byAccessor)
 {
 }
예제 #26
0
 public virtual bool CreateSymbolicLinkAtPath(string path, string withDestinationPath, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #27
0
 public virtual bool ConfigurePersistentStoreCoordinatorForURL([Unwrapped] NSURL storeURL, [Unwrapped] string ofType, [Optional] string modelConfiguration, Dictionary <NSObject, AnyObject> storeOptions, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #28
0
 public virtual bool LinkItemAtURL(NSURL srcURL, NSURL toURL, NSErrorPointer error)
 {
     return(default(bool));
 }
예제 #29
0
 public virtual AnyObject AdditionalContentForURL(NSURL absoluteURL, NSErrorPointer error)
 {
     return(default(AnyObject));
 }
예제 #30
0
 public static AnyObject PropertyListWithStream(NSInputStream stream, NSPropertyListReadOptions options, UnsafeMutablePointer <NSPropertyListFormat> format, NSErrorPointer error)
 {
     return(default(AnyObject));
 }