Share via


ICorDebugType.GetStaticFieldValue Method

Definition

public:
 int GetStaticFieldValue(System::UInt32 fieldDef, Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame ^ pFrame, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppValue);
public int GetStaticFieldValue (uint fieldDef, Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame pFrame, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
public int GetStaticFieldValue (uint fieldDef, Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame? pFrame, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
abstract member GetStaticFieldValue : uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame * ICorDebugValue -> int
Public Function GetStaticFieldValue (fieldDef As UInteger, pFrame As ICorDebugFrame, ByRef ppValue As ICorDebugValue) As Integer

Parameters

fieldDef
UInt32
ppValue
ICorDebugValue

Returns

Returns Int32.

Applies to