Class ApplicationListHelper
Inheritance
ApplicationListHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ApplicationListHelper
Methods
Count(ComWrapper<ICamIpcListApplication>)
Declaration
public static int Count(this ComWrapper<ICamIpcListApplication> listCom)
Parameters
Returns
EnumerateList(ComWrapper<ICamIpcListApplication>)
Enumerates all applications in the list. Each item is disposed when the iterator advances —
do not keep a reference to a yielded wrapper outside the foreach body.
Declaration
public static IEnumerable<ComWrapper<ICamIpcApplication>> EnumerateList(this ComWrapper<ICamIpcListApplication> listCom)
Parameters
Returns
GetApplication(ComWrapper<ICamIpcListApplication>, int)
Declaration
public static ComWrapper<ICamIpcApplication> GetApplication(this ComWrapper<ICamIpcListApplication> listCom, int index)
Parameters
Returns
GetByProcessId(ComWrapper<ICamIpcListApplication>, int)
Get application by process ID. Returns null wrapper if not found.
Declaration
public static ComWrapper<ICamIpcApplication> GetByProcessId(this ComWrapper<ICamIpcListApplication> listCom, int processId)
Parameters
Returns