Table of Contents

Interface ITools

Namespace
Ranorex.Core.Remoting
Assembly
Ranorex.Core.dll
public interface ITools

Methods

GetDeviceApps(IRemoteEndpointInformation)

IList<AppInformation> GetDeviceApps(IRemoteEndpointInformation deviceInfo)

Parameters

deviceInfo IRemoteEndpointInformation

Returns

IList<AppInformation>

GetDeviceInfos()

IList<IRemoteEndpointInformation> GetDeviceInfos()

Returns

IList<IRemoteEndpointInformation>

Instrument(IOptions, Action<int, string>, Action<Message>)

void Instrument(IOptions options, Action<int, string> progressCallback, Action<Message> messageCallback)

Parameters

options IOptions
progressCallback Action<int, string>
messageCallback Action<Message>