> ## 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.

# IXtfRemoteRunClient インターフェイス

> IXtfRemoteRunClient インターフェイス

# IXtfRemoteRunClient インターフェイス

開発コンソール上で実行ファイルをリモート実行する機能を提供します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
interface IXtfRemoteRunClient : public IUnknown  
```

## メソッド

| メソッド                                                                                                 | 説明                      |
| ---------------------------------------------------------------------------------------------------- | ----------------------- |
| [Run](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run) | コンソール上で指定されたコマンドを実行します。 |

## 解説

**XtfRemoteRunClient** のインスタンスを作成するには、[XtfCreateRemoteRunClient](/reference/tools/xtf/xtfremoterun/methods/xtfremoterun_xtfcreateremoterunclient) を呼び出します。**XtfRemoteRunClient** で実行ファイルを実行するには、[IXtfRemoteRunClient::Run](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run) を呼び出します。入力または出力を伴って実行ファイルを実行するには、[IXtfRemoteRunCallback インターフェイス](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/interfaces/ixtfremoteruncallback)のインスタンスを [IXtfRemoteRunClient::Run](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run) のパラメーターとして使用する必要があります。

<a id="requirements" />

## 要件

**ヘッダー:** xtfremoterun.h

**ライブラリ:** xtfremoterun.lib

**対応プラットフォーム:** Windows (XBOX コンソール ツール用)

<a id="ID4E6" />

## 関連項目

<a id="ID4EBB" />

[XtfRemoteRun](/reference/tools/xtf/xtfremoterun/xtfremoterun_members)\
[IXtfRemoteRunClient](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/interfaces/ixtfremoterunclient)\
[IXtfRemoteRunClient::Run](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run)


## Related topics

- [XtfCreateRemoteRunClient メソッド](/ja-jp/reference/tools/xtf/xtfremoterun/methods/xtfremoterun_xtfcreateremoterunclient.md)
- [IXtfRemoteRunCallback インターフェイス](/ja-jp/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/interfaces/ixtfremoteruncallback.md)
- [IAudioStateMonitor インターフェイス](/ja-jp/reference/audio/audiostatemonitor/interfaces/iaudiostatemonitor.md)
- [さまざまな GameInput デバイス種別とのインターフェイス](/ja-jp/build/core-features/common/input/hardware/input-hardware-interfaces.md)
- [GameInput フォースフィードバックインターフェイス](/ja-jp/build/core-features/common/input/hardware/input-hardware-force-feedback.md)
