C# Class Microsoft.DocAsCode.Common.LoggerFileScope

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Méthodes publiques

Méthode Description
Capture ( ) : object
Dispose ( ) : void
LoggerFileScope ( string fileName ) : System
Restore ( object captured ) : LoggerFileScope

Private Methods

Méthode Description
GetFileName ( ) : string
SetFileName ( string fileName ) : void

Method Details

Capture() public static méthode

public static Capture ( ) : object
Résultat object

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LoggerFileScope() public méthode

public LoggerFileScope ( string fileName ) : System
fileName string
Résultat System

Restore() public static méthode

public static Restore ( object captured ) : LoggerFileScope
captured object
Résultat LoggerFileScope