Share via


TraceLoggingSession Class

Represents a trace logging session.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.IntelliTrace.TraceLoggingSession

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Class TraceLoggingSession _
    Implements IDisposable
public class TraceLoggingSession : IDisposable
public ref class TraceLoggingSession : IDisposable
type TraceLoggingSession =  
    class 
        interface IDisposable 
    end
public class TraceLoggingSession implements IDisposable

The TraceLoggingSession type exposes the following members.

Properties

  Name Description
Public property CollectionPlanXml The collection plan that is used for this session
Public property ExpectedProcessTraits The expected process traits that were used to match this process
Public property ProcessTraits The process traits for the process in this logging session

Top

Methods

  Name Description
Public method BeginCopyLogFile Start asynchronous copy of the log file for this session
Public method CopyLogFile Copy the log file for this session synchronously
Public method Dispose
Public method EndCopyLogFile Finalize asynchronous copy of the log file for this session
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize (Overrides Object.Finalize().)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace