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

適用於