IntelliTraceFile Class
Describes an IntelliTrace (.iTrace) file.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Diagnostics.Logging.LogFileBase
Microsoft.VisualStudio.IntelliTrace.IntelliTraceFileBase
Microsoft.VisualStudio.IntelliTrace.IntelliTraceFile
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.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 | |
---|---|---|
IntelliTraceFile(String) | Initializes a new instance of a IntelliTraceFile class. | |
IntelliTraceFile(String, IntelliTraceFile.OpenFlags) | Initializes a new instance of a IntelliTraceFile class. |
Top
Properties
Name | Description | |
---|---|---|
FileName | Gets the file name of the log file. | |
Processes | Gets the list of processes that is part of this IntelliTrace file. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases the resources that are used by the TraceDebugLogFile. (Overrides LogFileBase.Dispose().) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.