CopyData Constructor (String)

Tungsten Suite

CopyData Constructor (String)

Constructs a new CopyData instance which can only listen for messages

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public CopyData(
	string windowText
)

Parameters

windowText
Type: SystemString
The Window Text for the underlying NativeWindow
See Also