Example #1
0
 public void SetOutput(int index, string str)
 {
     Cef3Binder.MyCefMetArgs_SetResultAsString(this._argPtr, index, str, str.Length);
 }