Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an IntelliTraceModule from a module identifier.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaración
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.