Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Deprecated Gets a value that indicates whether the object represented by this ICorDebugHeapValue is valid.
Syntax
HRESULT IsValid (
[out] BOOL *pbValid
);
Parameters
pbValid
[out] A pointer to a Boolean value that indicates whether this value on the heap is valid.
Remarks
The value is invalid if it has been reclaimed by the garbage collector.
This method has been deprecated. All values are valid until ICorDebugController::Continue is called, at which time the values are invalidated.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0