Debugging and authoring support for Windows Store apps using JavaScript
This API enables developer tools to debug Windows Store apps 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. | |
|
Enables an authoring app to receive notification of designer events and respond to those events. | |
|
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. |