TraceSourceScope 클래스
정의
경고
이 API는 현재 사용되지 않습니다.
System.Diagnostics LogicalOperationStack을 기준으로 하는 논리 작업 범위를 나타내는 IDisposable을 제공합니다.Provides an IDisposable that represents a logical operation scope based on System.Diagnostics LogicalOperationStack.
public ref 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
Public Class TraceSourceScope
Implements IDisposable
- 상속
-
TraceSourceScope
- 특성
- 구현
생성자
TraceSourceScope(Object) |
StartLogicalOperation(Object)을 호출하여 상태를 LogicalOperationStack에 푸시합니다.Pushes state onto the LogicalOperationStack by calling StartLogicalOperation(Object) |
메서드
Dispose() |
StopLogicalOperation()을 호출하여 LogicalOperationStack의 상태를 팝아웃합니다.Pops a state off the LogicalOperationStack by calling StopLogicalOperation() |
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |