NonHostedApplicationRecord(String, String, Boolean) Constructor

Definition

Initializes a new instance of the NonHostedApplicationRecord class.

public:
 NonHostedApplicationRecord(System::String ^ name, System::String ^ commandLine, bool isDefaultApp);
public NonHostedApplicationRecord (string name, string commandLine, bool isDefaultApp);
new Microsoft.Uii.Common.Entities.NonHostedApplicationRecord : string * string * bool -> Microsoft.Uii.Common.Entities.NonHostedApplicationRecord
Public Sub New (name As String, commandLine As String, isDefaultApp As Boolean)

Parameters

name
String

Specifies the name.

commandLine
String

Specifies the command line of the option.

isDefaultApp
Boolean

True if it is the default application, otherwise false.

Applies to