Table of Contents

Class DeviceInfo

Namespace
Ranorex.Core.Remoting.Data
Assembly
Ranorex.Core.dll

Abstract base class for the Device information data structures. Is here to defined some base helper methods and enable casting from a common info object to the derived objects. This class is intended for Ranorex internal usage.

public abstract class DeviceInfo
Inheritance
DeviceInfo
Derived
Inherited Members

Constructors

DeviceInfo()

protected DeviceInfo()

Methods

ToString()

Serialized all attributes into a readable string of key value pairs.

public override string ToString()

Returns

string

Attributes in formant {Name}={Value} separated by new line.