IntelliTraceProcess.GetModule Method (Int64)
Gets an IntelliTraceModule from a module identifier.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Function GetModule ( _
moduleId As Long _
) As IntelliTraceModule
public IntelliTraceModule GetModule(
long moduleId
)
public:
IntelliTraceModule^ GetModule(
long long moduleId
)
member GetModule :
moduleId:int64 -> IntelliTraceModule
public function GetModule(
moduleId : long
) : IntelliTraceModule
Parameters
- moduleId
Type: System.Int64
Module identifier
Return Value
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule
The IntelliTraceModule for the given module id. Returns 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.