HostedAppLauncher Class
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.
Summary description for HostedAppLauncher.
public ref class HostedAppLauncher : MarshalByRefObject
public class HostedAppLauncher : MarshalByRefObject
type HostedAppLauncher = class
inherit MarshalByRefObject
Public Class HostedAppLauncher
Inherits MarshalByRefObject
- Inheritance
-
HostedAppLauncher
Constructors
HostedAppLauncher() |
Methods
CreateApplication(ApplicationRecord) |
Obsolete.
Create a new hosted application. |
CreateApplication(ApplicationRecord, WorkItem) |
Create a new hosted application. |
CreateExtendedApplication(ApplicationRecord) |
Creates a type of application that is not known to the base UII classes. Implementors should use the provider patterns to create their own application types. |
CreateExternalApplication(ApplicationRecord) |
Create a new UII external application. |
CreateWebApplication(ApplicationRecord) |
Create a new UII web application. |
CreateWinFormApplication(ApplicationRecord) |
Obsolete.
Create a new UII WinForm (HostedControl) based application. |
CreateWinFormApplication(ApplicationRecord, WorkItem) |
Create a new UII WinForm (HosstedControl) based application. |
LaunchNonIsolatedHostedApp(ApplicationRecord) |
Obsolete.
Creates the application non-isolated, i.e., the application runs in the default domain of Agent Desktop. |
LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem) |
Creates the application non-isolated, i.e., the application runs in the default domain of Agent Desktop. |