Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.45 KB

ixclrdatamodule-getmethoddefinitionbytoken-method.md

File metadata and controls

57 lines (44 loc) · 1.45 KB
description title ms.date api.name api.location api.type f1.keywords helpviewer.keywords topic_type author ms.author
Learn more about: IXCLRDataModule::GetMethodDefinitionByToken Method
IXCLRDataModule::GetMethodDefinitionByToken Method
01/16/2019
IXCLRDataModule::GetMethodDefinitionByToken Method
mscordacwks.dll
COM
IXCLRDataModule::GetMethodDefinitionByToken Method
IXCLRDataModule::GetMethodDefinitionByToken Method [.NET Framework debugging]
apiref
cshung
andrewau

IXCLRDataModule::GetMethodDefinitionByToken Method

Gets the method definition corresponding to a given metadata token.

[!INCLUDEdebugging-api-recommended-note]

Syntax

HRESULT GetMethodDefinitionByToken(
    [in] mdMethodDef token,
    [out] IXCLRDataMethodDefinition** methodDefinition
);

Parameters

token
[in] The method token.

methodDefinition
[out] The method definition.

Remarks

The provided method is part of the IXCLRDataModule interface and corresponds to the 26th slot of the virtual method table.

Requirements

Platforms: See System Requirements.
Header: None
Library: None
.NET Framework Versions: [!INCLUDEnet_current_v47plus]

See also