TraceReader.GetInt32(Int32) Method

Definition

Gets an integer value of the data value at the specified column position.

public:
 virtual int GetInt32(int ordinal);
public int GetInt32 (int ordinal);
abstract member GetInt32 : int -> int
override this.GetInt32 : int -> int
Public Function GetInt32 (ordinal As Integer) As Integer

Parameters

ordinal
Int32

An Int32 value that specifies the column position of the data.

Returns

An Int32 value that represents the data at the specified column position.

Implements

Examples

Readme_Tracer

Applies to