Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an IntelliTraceModule from a module identifier.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
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.