Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
FileName | Gets the file name, including path, for the module. |
![]() |
Metadata | Gets the IMetaDataImport interface that may be used to access this metadata of the module directly. |
![]() |
ModuleId | Gets the ID of this module. |
![]() |
Mvid | Gets the mvid for this module. |
![]() |
Symbols | Gets the ISymUnmanagedReader interface that may be used to access the symbols of this module directly. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
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.) |
![]() |
GetSourceLocation | Gets the location in source for the specified common-language-runtime method token and offset into the method. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
LoadSymbols | Loads the symbols (.pdb file) for this module. |
![]() |
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.
.gif)
.gif)
.gif)