CopyData.CopyDataStruct Constructor

Tungsten Suite

CopyDataCopyDataStruct Constructor

Constructs a new CopyDataStruct from the specified byte array

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public CopyDataStruct(
	byte[] itemBytes
)

Parameters

itemBytes
Type: SystemByte
The byte array used to create the COPYDATASTRUCT
See Also