C# 클래스 Microsoft.Xunit.Performance.Api.Table.CSVReader

상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/xunit-performance 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
FormatLine ( string line ) : string[]
FreeManagedResources ( ) : void

메소드 상세

CSVReader() 공개 메소드

public CSVReader ( string filePath ) : System
filePath string
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetValue() 공개 메소드

public GetValue ( int line, int pos ) : string
line int
pos int
리턴 string

GetValue() 공개 메소드

public GetValue ( int line, string name ) : string
line int
name string
리턴 string

Length() 공개 메소드

public Length ( ) : int
리턴 int

LineLength() 공개 메소드

public LineLength ( int lineNumber ) : int
lineNumber int
리턴 int