예제 #1
0
 public virtual override AppKit.NSPasteboardWritingOptions GetWritingOptionsForType(string type, AppKit.NSPasteboard pasteboard)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static override bool CanInitWithPasteboard(AppKit.NSPasteboard pasteboard)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public virtual override string[] GetWritableTypesForPasteboard(AppKit.NSPasteboard pasteboard)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public static override AppKit.NSPasteboardReadingOptions GetReadingOptionsForType(string type, AppKit.NSPasteboard pasteboard)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public static override string[] GetReadableTypesForPasteboard(AppKit.NSPasteboard pasteboard)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public virtual override bool WriteSelectionToPasteboard(AppKit.NSPasteboard board, string[] types)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public virtual override bool ReadSelectionFromPasteboard(AppKit.NSPasteboard pboard)
 {
     throw new NotImplementedException();
 }