ICorDebugClass.GetStaticFieldValue Method

Definition

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

Parameters

fieldDef
UInt32
ppValue
ICorDebugValue

Applies to