ICorDebugContext.GetFieldValue(ICorDebugClass, UInt32, ICorDebugValue) 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:
int GetFieldValue(Microsoft::VisualStudio::CorDebugInterop::ICorDebugClass ^ pClass, System::UInt32 fieldDef, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppValue);
public int GetFieldValue (Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass pClass, uint fieldDef, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
abstract member GetFieldValue : Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass * uint32 * ICorDebugValue -> int
Public Function GetFieldValue (pClass As ICorDebugClass, fieldDef As UInteger, ByRef ppValue As ICorDebugValue) As Integer
Parameters
- pClass
- ICorDebugClass
- fieldDef
- UInt32
- ppValue
- ICorDebugValue
Returns
Returns Int32.