Click or drag to resize

imbSystemInfogetProcessList Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca listu procesa prema datim uslovima

Namespace:  imbACE.Core.core.diagnostic
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static ObservableCollection<Process> getProcessList(
	string nameFilter,
	bool showOnlyNewProcesses,
	DateTime startedSince,
	bool hideSystemProcesses = true
)
Request Example View Source

Parameters

nameFilter
Type: SystemString
showOnlyNewProcesses
Type: SystemBoolean
startedSince
Type: SystemDateTime
hideSystemProcesses (Optional)
Type: SystemBoolean

Return Value

Type: ObservableCollectionProcess
See Also