Esempio n. 1
0
 public void SetString(IntPtr isolate, IntPtr holder, string str)
 {
     PuertsDLL.PushStringForJSFunction(holder, str);
 }