IXtfRemoteRunClient Interface
Provides the ability to run an executable remotely on a development console.
Syntax
interface IXtfRemoteRunClient : public IUnknown
Methods
Method | Description |
---|---|
Run | Run a given command on the console. |
Remarks
To create an instance of XtfRemoteRunClient, call XtfCreateRemoteRunClient. To run executables with the XtfRemoteRunClient call IXtfRemoteRunClient::Run. To run the executable with input or output you will need to use an instance of the IXtfRemoteRunCallback Interface as a parameter to IXtfRemoteRunClient::Run.
Requirements
Header: xtfremoterun.h
Library: xtfremoterun.lib
Supported platforms: Windows (for Xbox console tools)