TraceSourceScope Classe

Definizione

Attenzione

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

Fornisce un oggetto IDisposable che rappresenta l'ambito di un'operazione logica basato su 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
Ereditarietà
TraceSourceScope
Attributi
Implementazioni

Costruttori

TraceSourceScope(Object)

Inserisce lo stato in LogicalOperationStack chiamando StartLogicalOperation(Object) .

Metodi

Dispose()

Espulse uno stato da LogicalOperationStack chiamando StopLogicalOperation() .

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a