C# 클래스 Microsoft.DocAsCode.Common.LoggerFileScope

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
Capture ( ) : object
Dispose ( ) : void
LoggerFileScope ( string fileName ) : System
Restore ( object captured ) : LoggerFileScope

비공개 메소드들

메소드 설명
GetFileName ( ) : string
SetFileName ( string fileName ) : void

메소드 상세

Capture() 공개 정적인 메소드

public static Capture ( ) : object
리턴 object

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LoggerFileScope() 공개 메소드

public LoggerFileScope ( string fileName ) : System
fileName string
리턴 System

Restore() 공개 정적인 메소드

public static Restore ( object captured ) : LoggerFileScope
captured object
리턴 LoggerFileScope