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

Inheritance: IDisposable
Mostrar archivo Open project: Microsoft/xunit-performance Class Usage Examples

Public Methods

Method Description
CSVFile ( string filePath ) : System
Close ( ) : void
Dispose ( ) : void
WriteLine ( string values ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
FreeManagedResources ( ) : void

Method Details

CSVFile() public method

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

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

WriteLine() public method

public WriteLine ( string values ) : void
values string
return void