Skip to main content
Skip table of contents

ProcessTypeFilter(ProcessType) Constructor

First Added: GlobalCapture 2.3.0.124

Initializes a new instance of the ProcessTypeFilter class with a specified process type.


CODE
public PropertyFilter(string propertyName, string propertyValue, PropertyComparator propertyComparator)

Parameters

ProcessType processType

Type of the process to match.


Example

The following example demonstrates constructing a ProcessTypeFilter that matches GlobalCapture processes.

CODE
var processTypeFilter = new ProcessTypeFilter(ProcessType.GlobalCapture);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.