Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Gets the value of the specified local variable in this common intermediate language (CIL) stack frame.
Syntax
HRESULT GetLocalVariable (
[in] DWORD dwIndex,
[out] ICorDebugValue **ppValue
);
Parameters
dwIndex
[in] The index of the local variable in this CIL stack frame.
ppValue
[out] A pointer to the address of an ICorDebugValue object that represents the retrieved value.
Remarks
The GetLocalVariable method can be used either in an CIL stack frame or in a just-in-time (JIT) compiled frame.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0