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)

を呼び出して、状態を LogicalOperationStack にプッシュします StartLogicalOperation(Object)

メソッド

Dispose()

を呼び出して、LogicalOperationStack から状態をポップします StopLogicalOperation()

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象