ICorDebugReferenceValue::IsNull 方法

获取一个值,该值指示此 ICorDebugReferenceValue 是否是 NULL 值。在这种情况下,ICorDebugReferenceValue 不指向对象。

语法

HRESULT IsNull (  
    [out] BOOL   *pbNull  
);  

参数

pbNull
[out] 指向布尔值的指针,如果此 ICorDebugReferenceValue 对象为 NULL,则该值为 true;否则 pbNullfalse

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用