> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XtfRemoteRun Members

> XtfRemoteRun Members

# XtfRemoteRun Members

The XBOX Tools Framework (XTF) API that is used to run utility executables on a development console.

<a id="interfacesSection" />

## Interfaces

| Interface                                                                                                                 | Description                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| [IXtfRemoteRunCallback](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/interfaces/ixtfremoteruncallback) | Provides callbacks to be used when standard input or standard output of a remote executable are redirected by IXtfRemoteRunClient::Run Method. |
| [IXtfRemoteRunClient](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/interfaces/ixtfremoterunclient)       | Provides the ability to run an executable remotely on a development console.                                                                   |

## Functions

| Function                                                                                                    | Description                                                                                 |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [XtfCreateRemoteRunClient](/reference/tools/xtf/xtfremoterun/methods/xtfremoterun_xtfcreateremoterunclient) | Initializes a new instance of the IXtfRemoteRunClient interface with the specified address. |

To create an object that implements IXtfRemoteRunClient, call [XtfCreateRemoteRunClient](/reference/tools/xtf/xtfremoterun/methods/xtfremoterun_xtfcreateremoterunclient).


## Related topics

- [IXtfRemoteRunClient::Run Method](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run.md)
- [IXtfRemoteRunClient::Run (método)](/es/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run.md)
- [IXtfRemoteRunCallback Interface](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/interfaces/ixtfremoteruncallback.md)
- [IXtfRemoteRunCallback (interfaz)](/es/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/interfaces/ixtfremoteruncallback.md)
- [IXtfRemoteRunClient Interface](/ko/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/interfaces/ixtfremoterunclient.md)
