コード例 #1
0
 /// <summary>
 /// Gets the script context for the WebView.
 /// </summary>
 /// <returns>A JSCore.JSContext object representing the script context.</returns>
 public object GetGlobalScriptContext()
 {
     return(core.GetGlobalScriptContext());
 }