ICorDebugObjectValue.GetFieldValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- pClass
- ICorDebugClass
- fieldDef
- UInt32
- ppValue
- ICorDebugValue
返回
返回 Int32。