コード例 #1
0
 public static extern JsErrorCode JsCreateContext(JsRuntimeHandle runtime, out JsContextRef context);
コード例 #2
0
 public static extern JsErrorCode JsDisposeRuntime(JsRuntimeHandle runtime);
コード例 #3
0
 public static extern JsErrorCode JsCreateRuntime(JsRuntimeAttributes attributes, JsThreadServiceCallback threadService, out JsRuntimeHandle runtime);