Udostępnij za pośrednictwem


ICorDebugContext.GetFieldValue(ICorDebugClass, UInt32, ICorDebugValue) Method

Definition

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

fieldDef
UInt32
ppValue
ICorDebugValue

Returns

Returns Int32.

Implements

Applies to