IntelliTraceModule Class

Definition

Describes a module from an IntelliTrace file.

public ref class IntelliTraceModule sealed
public ref class IntelliTraceModule sealed
class IntelliTraceModule sealed
public sealed class IntelliTraceModule
type IntelliTraceModule = class
Public NotInheritable Class IntelliTraceModule
Inheritance
IntelliTraceModule

Properties

FileName

Gets the file name (including path) of the module.

Metadata

Gets the IMetaDataImport interface that may be used to access this module's metadata directly. If there is no metadata for this module, null is returned.

ModuleId

Gets the module id of this module.

Mvid

Gets the mvid for this module.

Symbols

Gets the ISymUnmanagedReader interface that may be used to access this module's symbols directly. If there are no symbols for this module or symbols have not been explicitly loaded, null is returned.

Methods

GetSourceLocation(Int32, Int32)

Gets the location in source for the specified CLR method token and offset into the method.

LoadSymbols(String)

Loads the symbols (.pdb file) for this module.

Applies to