Class IpcHelperHelper
Inheritance
IpcHelperHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class IpcHelperHelper
Methods
GetPrimes(ComWrapper<IIpcHelper>)
Returns the list of running prime instances
Declaration
public static ComWrapper<ICamIpcListPrimeViewModel> GetPrimes(this ComWrapper<IIpcHelper> helperCom)
Parameters
Returns
GetRunningCamApp(ComWrapper<IIpcHelper>, int)
Get exising instance of CAM application
Declaration
public static ComWrapper<ICamIpcApplication> GetRunningCamApp(this ComWrapper<IIpcHelper> helperCom, int processId)
Parameters
Returns
GetRunningCamAppList(ComWrapper<IIpcHelper>)
Returns the list of running CAM applications
Declaration
public static ComWrapper<ICamIpcListApplication> GetRunningCamAppList(this ComWrapper<IIpcHelper> helperCom)
Parameters
Returns
KillCamApp(ComWrapper<IIpcHelper>, int)
Kill process of CAM application by ID
Declaration
public static void KillCamApp(this ComWrapper<IIpcHelper> helperCom, int processId)
Parameters
RunNewConsoleApp(ComWrapper<IIpcHelper>, string)
Create new instance of CAM application in console mode
Declaration
public static ComWrapper<ICamIpcApplication> RunNewConsoleApp(this ComWrapper<IIpcHelper> helperCom, string commandLine)
Parameters
Returns
RunNewWinApp(ComWrapper<IIpcHelper>, string)
Create prime and run inside it a new instance of CAM application in window mode
Declaration
public static ComWrapper<ICamIpcApplication> RunNewWinApp(this ComWrapper<IIpcHelper> helperCom, string commandLine)
Parameters
Returns