Class UtilityManagerHelper
Helper methods for ICamApiUtilityManager
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class UtilityManagerHelper
Methods
Execute(ComWrapper<ICamApiUtilityManager>, string)
Execute utility by UID (from its info)
Declaration
public static void Execute(this ComWrapper<ICamApiUtilityManager> managerCom, string uid)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiUtilityManager> | managerCom | |
| string | uid |
GetListInfo(ComWrapper<ICamApiUtilityManager>)
Get list with information about all utilities
Declaration
public static ComWrapper<ICamApiListUtilityInfo> GetListInfo(this ComWrapper<ICamApiUtilityManager> managerCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiUtilityManager> | managerCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiListUtilityInfo> |
Reload(ComWrapper<ICamApiUtilityManager>)
Reload utilities
Declaration
public static void Reload(this ComWrapper<ICamApiUtilityManager> managerCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiUtilityManager> | managerCom |