C# Class Microsoft.Xunit.Performance.Api.Table.CSVReader

Inheritance: IDisposable
ファイルを表示 Open project: Microsoft/xunit-performance Class Usage Examples

Public Methods

Method Description
CSVReader ( string filePath ) : System
Close ( ) : void
Dispose ( ) : void
GetValue ( int line, int pos ) : string
GetValue ( int line, string name ) : string
Length ( ) : int
LineLength ( int lineNumber ) : int

Private Methods

Method Description
Dispose ( bool disposing ) : void
FormatLine ( string line ) : string[]
FreeManagedResources ( ) : void

Method Details

CSVReader() public method

public CSVReader ( string filePath ) : System
filePath string
return System

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetValue() public method

public GetValue ( int line, int pos ) : string
line int
pos int
return string

GetValue() public method

public GetValue ( int line, string name ) : string
line int
name string
return string

Length() public method

public Length ( ) : int
return int

LineLength() public method

public LineLength ( int lineNumber ) : int
lineNumber int
return int