TraceReader.GetByte(Int32) 方法

定义

从指定的列位置处的记录返回 Byte 值。

public:
 virtual System::Byte GetByte(int ordinal);
public byte GetByte (int ordinal);
abstract member GetByte : int -> byte
override this.GetByte : int -> byte
Public Function GetByte (ordinal As Integer) As Byte

参数

ordinal
Int32

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

返回

一个 Byte 值,表示位于指定列位置的数据。

实现

示例

Readme_Tracer

适用于