public JavaScriptContext CreateContext(Native.IDebugApplication64 debugApplication) { JavaScriptContext reference; if (!Environment.Is64BitProcess) { throw new InvalidOperationException(); } Native.ThrowIfError(Native.JsCreateContext(this, debugApplication, out reference)); return reference; }