Share via


IntelliTraceProcess.GetModule Method (Guid)

Gets an IntelliTraceModule from an MVID.

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

Syntax

'Declaration
Public Function GetModule ( _
    mvid As Guid _
) As IntelliTraceModule
public IntelliTraceModule GetModule(
    Guid mvid
)
public:
IntelliTraceModule^ GetModule(
    Guid mvid
)
member GetModule : 
        mvid:Guid -> IntelliTraceModule
public function GetModule(
    mvid : Guid
) : IntelliTraceModule

Parameters

  • mvid
    Type: System.Guid

    The MVID of the requested module.

Return Value

Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule
The IntelliTraceModule for the given MVID; null if no matching module exists.

.NET Framework Security

See Also

Reference

IntelliTraceProcess Class

GetModule Overload

Microsoft.VisualStudio.IntelliTrace Namespace