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

> IXtfRemoteRunClient Interface

# IXtfRemoteRunClient Interface

개발 콘솔에서 실행 파일을 원격으로 실행하는 기능을 제공합니다.

<a id="syntaxSection" />

## Syntax

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

## Methods

| Method                                                                                               | Description         |
| ---------------------------------------------------------------------------------------------------- | ------------------- |
| [Run](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run) | 콘솔에서 지정된 명령을 실행합니다. |

## Remarks

**XtfRemoteRunClient**의 인스턴스를 생성하려면 [XtfCreateRemoteRunClient](/reference/tools/xtf/xtfremoterun/methods/xtfremoterun_xtfcreateremoterunclient)를 호출하세요. **XtfRemoteRunClient**로 실행 파일을 실행하려면 [IXtfRemoteRunClient::Run](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run)을 호출하세요. 입력이나 출력이 있는 실행 파일을 실행하려면 [IXtfRemoteRunClient::Run](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run)의 매개 변수로 [IXtfRemoteRunCallback Interface](/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/interfaces/ixtfremoteruncallback)의 인스턴스를 사용해야 합니다.

<a id="requirements" />

## Requirements

**Header:** xtfremoterun.h

**Library:** xtfremoterun.lib

**Supported platforms:** Windows(XBOX 콘솔 도구용)

<a id="ID4E6" />

## See also

<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

- [IXtfRemoteRunClient::Run Method](/ko/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunClient/methods/ixtfremoterunclient_run.md)
- [XtfCreateRemoteRunClient Method](/ko/reference/tools/xtf/xtfremoterun/methods/xtfremoterun_xtfcreateremoterunclient.md)
- [IXtfRemoteRunCallback Interface](/ko/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/interfaces/ixtfremoteruncallback.md)
- [IXtfRemoteRunCallback::Input Method](/ko/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/methods/ixtfremoteruncallback_input.md)
- [IXtfRemoteRunCallback::Output Method](/ko/reference/tools/xtf/xtfremoterun/classes/IXtfRemoteRunCallback/methods/ixtfremoteruncallback_output.md)
