CopyData Constructor (Predicate(String), Boolean)

Tungsten Suite

CopyData Constructor (PredicateString, Boolean)

Constructs a new CopyData instance

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public CopyData(
	Predicate<string> filter,
	bool findAll
)

Parameters

filter
Type: SystemPredicateString
The predicate used to filter target windows by Window Text
findAll
Type: SystemBoolean
If True, multiple windows can be targeted, otherwise only the first window found will be targeted
See Also