IDkmClrTypeRuntimeInfoProvider.GetRuntimeSize 方法

定义

调用 GetRuntimeSize,以获取类型的运行时大小。

public:
 System::UInt32 GetRuntimeSize(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType, Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ stackWalkFrame);
public:
 unsigned int GetRuntimeSize(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ clrType, Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ stackWalkFrame);
unsigned int GetRuntimeSize(Microsoft::VisualStudio::Debugger::Clr::DkmClrType const & clrType, Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame const & stackWalkFrame);
public uint GetRuntimeSize (Microsoft.VisualStudio.Debugger.Clr.DkmClrType clrType, Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame stackWalkFrame);
abstract member GetRuntimeSize : Microsoft.VisualStudio.Debugger.Clr.DkmClrType * Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame -> uint32
Public Function GetRuntimeSize (clrType As DkmClrType, stackWalkFrame As DkmStackWalkFrame) As UInteger

参数

clrType
DkmClrType

中表示托管类型。

stackWalkFrame
DkmStackWalkFrame

中用于计算运行时大小所需的堆栈帧。

返回

UInt32

弄类型的运行时大小。

适用于