ICorDebugModule::GetGlobalVariableValue 方法

获取指定全局变量的值。

语法

HRESULT GetGlobalVariableValue(  
    [in]  mdFieldDef      fieldDef,  
    [out] ICorDebugValue  **ppValue  
);  

参数

fieldDef
[in] 引用描述全局变量的元数据的 mdFieldDef 令牌。

ppValue
[out] 指向 ICorDebugValue 对象的地址的指针,该对象表示指定的全局变量的值。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用