Example #1
0
 public static unsafe void PushLog(string log)
 {
     fixed(byte *text = ResourceLoader.GetBytes(log))
     DllImports.PushLog(text, log.Length);
 }