IntelligenceX

API Reference

Class

DesktopCompanionLauncher

Namespace IntelligenceX.Desktop
Assembly IntelligenceX
Modifiers static

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: String

Resolves 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 requiredposition: 0
companion IntelligenceX.Desktop.DesktopCompanion requiredposition: 1
public static Boolean TryOpen(DesktopCompanion companion) #
Returns: Boolean

Starts the paired app with an explicit open request; returns false only when it is absent.

Parameters

companion IntelligenceX.Desktop.DesktopCompanion requiredposition: 0