Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.41 KB

icordebugmodule-gettoken-method.md

File metadata and controls

53 lines (39 loc) · 1.41 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugModule::GetToken Method
ICorDebugModule::GetToken Method
03/30/2017
ICorDebugModule.GetToken
mscordbi.dll
COM
ICorDebugModule::GetToken
ICorDebugModule::GetToken method [.NET Framework debugging]
GetToken method, ICorDebugModule interface [.NET Framework debugging]
f759f87a-18ae-4c1a-8300-29b803432d0a
apiref

ICorDebugModule::GetToken Method

Gets the token for the table entry for this module.

Syntax

HRESULT GetToken(  
    [out] mdModule *pToken  
);  

Parameters

pToken
[out] A pointer to the mdModule token that references the module's metadata.

Remarks

The token can be passed to the IMetaDataImport, IMetaDataImport2, and IMetaDataAssemblyImport metadata import interfaces.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also