Condividi tramite


IDebugDynamicFieldCOMPlus:: GetTypeFromPrimitive

Recupera un tipo fornito il tipo primitivo.

HRESULT GetTypeFromPrimitive(
   DWORD         dwCorElementType,
   IDebugField** ppType
);
int GetTypeFromPrimitive(
   uint            dwCorElementType,
   out IDebugField ppType
);

Parametri

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Vedere anche

Riferimenti

IDebugDynamicFieldCOMPlus