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