public long OpenApplactionFun(IntPtr es) { string p = ltf.JsValue2StringW(es, ltf.GetJsParameter(es, 0)); Process.Start(p); return(ltf.JsUndefined()); }