Edit

Share via


ICorDebugVariableSymbol::GetSize Method

Gets the size of a variable in bytes.

Syntax

HRESULT GetSize(
   [out] ULONG32 *pcbValue
);

Parameters

pcbValue A pointer to a 32-bit unsigned integer containing the size of the variable.

Remarks

Note

This method is available with .NET Native only.

Requirements

Platforms: See .NET supported operating systems.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET versions: Available since .NET Framework 4.6

See also