Beispiel #1
0
 public static NSDictionary [] CopyWindowInfo(CGWindowListOptions options, uint relativeToWindowId)
 {
     return(NSArray.ArrayFromHandle <NSDictionary> (CGWindowListCopyWindowInfo(options, relativeToWindowId)));
 }
Beispiel #2
0
 static extern IntPtr CGWindowListCopyWindowInfo(CGWindowListOptions options, uint relativeToWindowId);