AutomationBridgeService.HostApplication(String) Method
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.
Hosts an application.
public:
void HostApplication(System::String ^ applicationName);
public void HostApplication (string applicationName);
member this.HostApplication : string -> unit
Public Sub HostApplication (applicationName As String)
Parameters
- applicationName
- String
Specifies the application name.