TraceSourceScope 클래스

정의

주의

This type is obsolete and will be removed in a future version. This type is part of TraceSource logger implementation and shouldn't be used directly

System.Diagnostics LogicalOperationStack을 기준으로 하는 논리 작업 범위를 나타내는 IDisposable을 제공합니다.

public ref class TraceSourceScope : IDisposable
public class TraceSourceScope : IDisposable
[System.Obsolete("This type is obsolete and will be removed in a future version. This type is part of TraceSource logger implementation and shouldn't be used directly")]
public class TraceSourceScope : IDisposable
type TraceSourceScope = class
    interface IDisposable
[<System.Obsolete("This type is obsolete and will be removed in a future version. This type is part of TraceSource logger implementation and shouldn't be used directly")>]
type TraceSourceScope = class
    interface IDisposable
Public Class TraceSourceScope
Implements IDisposable
상속
TraceSourceScope
특성
구현

생성자

TraceSourceScope(Object)
사용되지 않음.

를 호출 StartLogicalOperation(Object)하여 상태를 LogicalOperationStack에 푸시합니다.

메서드

Dispose()
사용되지 않음.

를 호출 StopLogicalOperation()하여 LogicalOperationStack에서 상태를 팝합니다.

Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상