TraceReader.GetStream(Int32) 方法

定义

获取数据流。

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

参数

ordinal
Int32

一个指定列位置(在该位置检索数据)的 Int32 值。

返回

一个指定列位置处的数据流的 Stream 系统对象值。

示例

Readme_Tracer

适用于