PowerTCP Emulation for .NET CF
SetCapture Method
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : SetCapture Method




destinationStream
The destination stream for the captured data.
Save subsequently written data to the provided stream.

Syntax

Visual Basic (Declaration) 
Public Sub SetCapture( _
   ByVal destinationStream As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim destinationStream As Stream
 
instance.SetCapture(destinationStream)
C# 
public void SetCapture( 
   Stream destinationStream
)
Managed Extensions for C++ 
public: void SetCapture( 
   Stream* destinationStream
) 
C++/CLI 
public:
void SetCapture( 
   Stream^ destinationStream
) 

Parameters

destinationStream
The destination stream for the captured data.

Remarks

This method can be used to easily create a log of data written to the Vt window. This is especially useful when using SetStream(Stream).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.