NonHostedApplicationRecord(String, String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.