UiPath Documentation
activities
latest
false
UI Automation activities

Application Class

Application Class class in the Mobile Automation API: use this class to create the Application object that you want to connect.

Use this class to create the Application object that you want to connect to.

Definition​

Namespace: UiPath.MobileAutomation.API.Contracts

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

Syntax​

public class Application
public class Application

The Application type exposes the following members.

Constructors​

public Application()
public Application()

Application: Initializes a new instance of the Application class.

Properties​

Capabilities​

A collection of <PlatformType, PlatformCapabilities> pairs that specify the application you want to connect to.

Definition​

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

Syntax​

PropertyValue: Dictionary<PlatformType, PlatformCapabilities>

public Dictionary<PlatformType, PlatformCapabilities> Capabilities { get; }
public Dictionary<PlatformType, PlatformCapabilities> Capabilities { get; }

DisplayName​

The display name of the application.

Definition​

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

Syntax​

PropertyValue: String

public string DisplayName { get; }
public string DisplayName { get; }
  • Definition​
  • Syntax​
  • Constructors​
  • Properties​
  • Capabilities​
  • DisplayName​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated