예제 #1
0
 public static IntPtr Call(string id, string sel)
 {
     return(ObjC.SendMessage(GetClass(id), ObjC.RegisterName(sel)));
 }
예제 #2
0
파일: AppKit.cs 프로젝트: latonz/SpiderEye
 public static IntPtr Call(string id, string sel, double a, double b, double c, double d)
 {
     return(ObjC.SendMessage(GetClass(id), ObjC.RegisterName(sel), a, b, c, d));
 }