Example #1
0
 public static void Init(string[] argv, KAboutData about)
 {
     string[] args = new string[argv.Length + 1];
     args[0] = System.Reflection.Assembly.GetExecutingAssembly().Location;
     argv.CopyTo(args, 1);
     staticInterceptor.Invoke("init$?#", "init(int, char**, const KAboutData*)", typeof(void), false, typeof(int), args.Length, typeof(string[]), args, typeof(KAboutData), about);
 }
Example #2
0
 public static void Init(string[] argv, KAboutData about, uint stdargs)
 {
     string[] args = new string[argv.Length + 1];
     args[0] = System.Reflection.Assembly.GetExecutingAssembly().Location;
     argv.CopyTo(args, 1);
     staticInterceptor.Invoke("init$?#$", "init(int, char**, const KAboutData*, KCmdLineArgs::StdCmdLineArgs)", typeof(void), false, typeof(string), args, typeof(KAboutData), about, typeof(uint), stdargs);
 }