ICorDebugClass.GetStaticFieldValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
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
- pFrame
- ICorDebugFrame
- ppValue
- ICorDebugValue