TraceReader.GetStream(Int32) Method

Definition

Gets the stream of data.

public:
 System::IO::Stream ^ GetStream(int ordinal);
public System.IO.Stream GetStream (int ordinal);
member this.GetStream : int -> System.IO.Stream
Public Function GetStream (ordinal As Integer) As Stream

Parameters

ordinal
Int32

An Int32 value that specifies the column position at which to retrieve the data.

Returns

A Stream system object value that specifies the data stream at the column position.

Examples

Readme_Tracer

Applies to