Type | Description | |||
String | A String expression that specifies the control's runtime key. |
Isolated applications are self-describing applications installed with manifests. Isolated applications can use both private assemblies and shared assemblies.
An application is considered fully isolated if all of its components are either shared side-by-side assemblies or private assemblies. It is called partially isolated if it uses some components that are not side-by-side assemblies. Note that if an application uses some components that are not side-by-side assemblies, or uses private assemblies, the application may be affected by the installation or removal of other applications on the system. For more information, see Side-by-side Assembly Sharing.
Developers are encouraged to design isolated applications and to update existing applications into isolated applications for the following reasons:
Shortly, the Isolated COM allows your application to use ActiveX components without having to register them.