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