API Reference
Class
DesktopCompanionLauncher
Launches a companion from the current bundle, without searching PATH or unrelated installations.
Inheritance
- Object
- DesktopCompanionLauncher
Methods
public static String ResolveExecutable(String baseDirectory, DesktopCompanion companion) #Returns:
StringResolves a same-directory executable or a paired Chat/Tray subdirectory. The executable handles activation of an existing instance; no credentials or profile are passed.
Parameters
- baseDirectory System.String
- companion IntelligenceX.Desktop.DesktopCompanion
public static Boolean TryOpen(DesktopCompanion companion) #Returns:
BooleanStarts the paired app with an explicit open request; returns false only when it is absent.
Parameters
- companion IntelligenceX.Desktop.DesktopCompanion