IntelliTraceProcess.GetModule 方法

定义

重载

GetModule(Guid)

IntelliTraceModule从 mvid 中获取。

GetModule(Int64)

IntelliTraceModule从模块 id 中获取。

GetModule(Guid)

IntelliTraceModule从 mvid 中获取。

public:
 Microsoft::VisualStudio::IntelliTrace::IntelliTraceModule ^ GetModule(Guid mvid);
public Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule GetModule (Guid mvid);
member this.GetModule : Guid -> Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule
Public Function GetModule (mvid As Guid) As IntelliTraceModule

参数

mvid
Guid

请求的模块的 mvid。

返回

IntelliTraceModule

IntelliTraceModule给定 mvid 的; 如果没有匹配的模块,则为 null。

适用于

GetModule(Int64)

IntelliTraceModule从模块 id 中获取。

public:
 Microsoft::VisualStudio::IntelliTrace::IntelliTraceModule ^ GetModule(long moduleId);
public:
 Microsoft::VisualStudio::IntelliTrace::IntelliTraceModule ^ GetModule(long long moduleId);
Microsoft::VisualStudio::IntelliTrace::IntelliTraceModule GetModule(long moduleId);
public Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule GetModule (long moduleId);
member this.GetModule : int64 -> Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule
Public Function GetModule (moduleId As Long) As IntelliTraceModule

参数

moduleId
Int64

返回

IntelliTraceModule

IntelliTraceModule给定模块 id 的; 如果没有匹配的模块,则为 null。

适用于