TraceReader.GetStream(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A Stream system object value that specifies the data stream at the column position.