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 を提供します。Provides an IDisposable that represents a logical operation scope based on System.Diagnostics LogicalOperationStack.
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 に状態をプッシュします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) |