IntelliTraceFile Class

Describes an IntelliTrace (.iTrace) file.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Diagnostics.Logging.LogFileBase
    Microsoft.VisualStudio.IntelliTrace.IntelliTraceFileBase
      Microsoft.VisualStudio.IntelliTrace.IntelliTraceFile

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

Syntax

'Declaration
Public NotInheritable Class IntelliTraceFile _
    Inherits IntelliTraceFileBase
public sealed class IntelliTraceFile : IntelliTraceFileBase
public ref class IntelliTraceFile sealed : public IntelliTraceFileBase
[<Sealed>]
type IntelliTraceFile =  
    class 
        inherit IntelliTraceFileBase 
    end
public final class IntelliTraceFile extends IntelliTraceFileBase

The IntelliTraceFile type exposes the following members.

Constructors

  Name Description
Public method IntelliTraceFile(String) Initializes a new instance of a IntelliTraceFile class.
Public method IntelliTraceFile(String, IntelliTraceFile.OpenFlags) Initializes a new instance of a IntelliTraceFile class.

Top

Properties

  Name Description
Public property FileName Gets the file name of the log file.
Public property Processes Gets the list of processes that is part of this IntelliTrace file.

Top

Methods

  Name Description
Public method Dispose Releases the resources that are used by the TraceDebugLogFile. (Overrides LogFileBase.Dispose().)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (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