ICorDebugArrayValue::GetElementType 方法

获取一个值,该值指示数组中元素的简单类型。

语法

HRESULT GetElementType (  
    [out] CorElementType  *pType  
);  

参数

pType
[out] 指向 CorElementType 枚举值(指示类型)的指针。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用