IDebugDynamicFieldCOMPlus::GetTypeFromPrimitive

检索给定其基元类型的类型。

语法

int GetTypeFromPrimitive(
   uint            dwCorElementType,
   out IDebugField ppType
);

参数

dwCorElementType
[in] 表示基元类型的 CorElementType 枚举 中的值。

ppType
[out]返回 表示类型的 IDebugField

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

另请参阅