IntelliTraceModule Class

Describes a module from an IntelliTrace file.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule

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

Syntax

'Declaration
Public NotInheritable Class IntelliTraceModule
public sealed class IntelliTraceModule
public ref class IntelliTraceModule sealed
[<Sealed>]
type IntelliTraceModule =  class end
public final class IntelliTraceModule

The IntelliTraceModule type exposes the following members.

Properties

  Name Description
Public property FileName Gets the file name, including path, for the module.
Public property Metadata Gets the IMetaDataImport interface that may be used to access this metadata of the module directly.
Public property ModuleId Gets the ID of this module.
Public property Mvid Gets the mvid for this module.
Public property Symbols Gets the ISymUnmanagedReader interface that may be used to access the symbols of this module directly.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetSourceLocation Gets the location in source for the specified common-language-runtime method token and offset into the method.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method LoadSymbols Loads the symbols (.pdb file) for this module.
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