Class DeviceSessionOptions
Defines the options that will be used during the device session.
public class DeviceSessionOptions
- Inheritance
-
DeviceSessionOptions
- Inherited Members
Constructors
DeviceSessionOptions()
Initialize a device session options object.
public DeviceSessionOptions()
Properties
AppsToInstall
An ApplicationDescription array representing additional applications to install.
public ApplicationDescription[] AppsToInstall { get; set; }
Property Value
CollectLogs
Defines if logs should be collected in this session (Default = true).
public bool CollectLogs { get; set; }
Property Value
CollectVitals
Defines which DeviceVitals should be collected in this session.
public DeviceVitalsCollectOptions CollectVitals { get; set; }
Property Value
DeviceSource
A DeviceSource representing the source of the device to use.
public DeviceSource? DeviceSource { get; set; }
Property Value
EnableServiceVirtualization
Defines whether Service Virtualization is enabled.
public bool EnableServiceVirtualization { get; set; }