ICorDebugSymbolProvider::GetObjectSize (método)

Devuelve el tamaño del objeto para un objeto basado en su firma Typespec.

Sintaxis

HRESULT GetObjectSize(  
   [in] ULONG32 cbSignature,  
   [in, size_is(cbSignature)]  BYTE typeSig[],  
   [out] ULONG32 *pObjectSize  
);  

Parámetros

cbSignature
[in] Número de bytes de la firma Typespec.

typeSig
[in] Firma Typespec.

pObjectSize
[out] Puntero al tamaño del objeto.

Comentarios

Nota

Este método solo está disponible con .NET Native.

Requisitos

Plataformas: Vea Requisitos de sistema.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET Framework: disponible a partir de la versión 4.6, solo en .NET Native

Consulte también