IDkmClrTypeRuntimeInfoProvider.GetRuntimeSize Method

Definition

GetRuntimeSize is called to get the runtime size of the type.

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

Parameters

clrType
DkmClrType

[In] Represents a managed type.

stackWalkFrame
DkmStackWalkFrame

[In] The stack frame, required to func-eval in order to compute the runtime size.

Returns

[Out] The runtime size of a type.

Applies to