Click or drag to resize

UseOfficeProcessesID Property

Gets the list with ID of all processes which were started by UseOffice .Net.

Namespace: SautinSoft
Assembly: UseOffice (in UseOffice.dll) Version: 2024.12.12
Syntax
public List<int> ProcessesID { get; set; }

Property Value

ListInt32
Remarks
Even if the process is closed now, it will be persist this list because it was started by our UseOffice .Net.
See Also