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

Class to copy the Console output to log File
Inheritance: IDisposable
Afficher le fichier Open project: Microsoft/mattercenter Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleCopy ( string path ) : System

Initializes a new instance of the ConsoleCopy class.

Dispose ( ) : void

Dispose the all object

Method Details

ConsoleCopy() public méthode

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

Dispose() public méthode

Dispose the all object
public Dispose ( ) : void
Résultat void