Skip to main content
Skip table of contents

ProcessTypeFilter Class

First Added: GlobalCapture 2.3.0.124

Represents a process filter by process type.

CODE
public class ProcessTypeFilter : ProcessFilter

Example

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

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

Constructors

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


Properties

ProcessType ProcessType

Type of the process to match.

JavaScript errors detected

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

If this problem persists, please contact our support.