IntelliTraceProcess.GetModule Method (Guid)
Gets an IntelliTraceModule from an mvid.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.