CopyDataLogger.LogTheMessage Method

Tungsten Suite

CopyDataLoggerLogTheMessage Method

Log a message to the specified window via WM_COPYDATA messaging

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public static void LogTheMessage(
	string windowCaption,
	string message
)

Parameters

windowCaption
Type: SystemString

[Missing <param name="windowCaption"/> documentation for "M:W.InterProcess.CopyDataLogger.LogTheMessage(System.String,System.String)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:W.InterProcess.CopyDataLogger.LogTheMessage(System.String,System.String)"]

See Also