Hosted Application Types
In CCF, most hosted applications are identified by a type number, as follows:
- Type 0 is a CCF Hosted control application.
- Type 1 is a Web-based (HTML) application.
- Type 2 is an external .NET Win32 application. It is also derived from the IScriptableHostedApp interface. Some type 2 applications use external assemblies, such as the Microsoft Word Interop assembly, and some are Win32 applications.
In addition, you can use the HostedControl extension class to add an application to the Integrated Application Desktop or you can use the CitrixApplicationHostedControl to access a hosted application that is running remotely under Citrix.
Show: