C# Class Microsoft.Legal.MatterCenter.UpdateTaxonomyFields.ConsoleCopy

Class to copy the Console output to log File
Inheritance: IDisposable
Show file Open project: Microsoft/mattercenter Class Usage Examples

Public Methods

Method Description
ConsoleCopy ( string path ) : System

Initializes a new instance of the ConsoleCopy class.

Dispose ( ) : void

Dispose the all object

Method Details

ConsoleCopy() public method

Initializes a new instance of the ConsoleCopy class.
public ConsoleCopy ( string path ) : System
path string Path of file
return System

Dispose() public method

Dispose the all object
public Dispose ( ) : void
return void