Debugging and authoring support for Windows Store apps built for Windows using JavaScript
This API enables developer tools to debug Windows Store apps built for Windows using JavaScript running in the app host.
In this section
| Topic | Description |
|---|---|
|
Enables debugging applications to manage activations. | |
|
Provides the full local path to the authoring binary to be loaded into the WWAHost process. | |
|
Exposes methods and properties that are implemented by the WWAHost. | |
|
Enables a debugging or authoring app to receive notification of navigation events. | |
|
Enables a debugging or authoring app to receive notification of scripting engine events. | |
|
Enables a debugging or authoring app to receive notification of user interface events and respond to events that require user interaction. | |
|
Defines a pointer to an application-defined function in a dynamic-link library (DLL) that will be used as the authoring binary. When the app host starts in authoring mode, this function is called to initialize the authoring binary. | |
|
Unregisters the application-defined function that was registered with the RegisterAuthoringClientFunctionType function. This function is called when the app host terminates. |
Build date: 10/27/2012