共用方式為


ICorDebugClass::GetStaticFieldValue 方法

取得指定靜態欄位的值。

語法

HRESULT GetStaticFieldValue (
    [in]  mdFieldDef         fieldDef,
    [in]  ICorDebugFrame     *pFrame,
    [out] ICorDebugValue     **ppValue
);

參數

fieldDef [in]參考要擷取之欄位的欄位 Def 標記。

pFrame [in]ICorDebugFrame 物件的指標,代表用來釐清線程、內容或應用程式域靜態之間的框架。

如果靜態欄位相對於線程、內容或應用程式域,框架將會判斷適當的值。

ppValue [out]代表靜態欄位值的 ICorDebugValue 物件的位址指標。

備註

針對參數化類型,靜態字段的值相對於特定具現化。 因此,如果類別建構函式接受 類型的 Type參數,請呼叫 ICorDebugType::GetStaticFieldValue ,而不是 ICorDebugClass::GetStaticFieldValue

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 1.0 起提供