TraceSourceScope Klasse

Definition

Achtung

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

Stellt ein IDisposable-Element bereit, das einen logischen Vorgangsbereich auf der Grundlage von System.Diagnostics LogicalOperationStack darstellt.

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
Vererbung
TraceSourceScope
Attribute
Implementiert

Konstruktoren

TraceSourceScope(Object)

Pusht den Zustand durch Aufrufen von in StartLogicalOperation(Object) LogicalOperationStack.

Methoden

Dispose()

Ruft einen Zustand aus logicalOperationStack ab, indem er StopLogicalOperation() aufruft.

Equals(Object)

Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.

(Geerbt von Object)
GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von Object)
GetType()

Ruft den Type der aktuellen Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie des aktuellen Object.

(Geerbt von Object)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

(Geerbt von Object)

Gilt für