Compartir a través de


ICorDebugModule::GetGlobalVariableValue (Método)

Obtiene el valor de la variable global especificada.

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

Parámetros

  • fieldDef
    [in] Un símbolo (token) mdFieldDef que hace referencia a los metadatos que describen la variable global.

  • ppValue
    [out] Puntero a la dirección de un objeto ICorDebugValue que representa el valor de la variable global concreta.

Requisitos

Plataformas: vea Requisitos de sistema de .NET Framework.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Vea también

Referencia

ICorDebugModule (Interfaz)

ICorDebugModule2 (Interfaz)