Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.34 KB

icordebugilcode2-getlocalvarsigtoken-method.md

File metadata and controls

51 lines (37 loc) · 1.34 KB
description title ms.date dev_langs api_name api_location api_type ms.assetid topic_type
Learn more about: ICorDebugILCode2::GetLocalVarSigToken Method
ICorDebugILCode2::GetLocalVarSigToken Method
03/30/2017
cpp
ICorDebugILCode2.GetLocalVarSigToken
mscordbi.dll
COM
17665b77-1342-4115-94fd-9f45b0ecfb0f
apiref

ICorDebugILCode2::GetLocalVarSigToken Method

[Supported in the .NET Framework 4.5.2 and later versions]

Gets the metadata token for the local variable signature for the function that is represented by this instance.

Syntax

HRESULT GetLocalVarSigToken(  
   [out] mdSignature *pmdSig  
);  

Parameters

pmdSig
[out] A pointer to the mdSignature token for the local variable signature for this function, or mdSignatureNil if there is no signature (that is, if the function doesn't have any local variables).

Remarks

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v452plus]

See also