Share via


IntelliTraceProcess.GetModule Method (Guid)

Gets an IntelliTraceModule from an mvid.

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

Syntax

‘선언
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