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.
Gets an object that can be queried for the ICorDebugThread interface. This method is obsolete in .NET Framework version 2.0.
Syntax
HRESULT GetInprocInspectionIThisThread(
[out] IUnknown **ppicd);
Parameters
ppicd
out object that can be queried for the ICorDebugThread interface.
Remarks
The common language runtime (CLR) debugging services supported limited in-process debugging in .NET Framework version 1.0. In-process debugging enabled a profiler to use the inspection portions of the debugging API. As a result of customer feedback, in-process debugging has been removed from the .NET Framework in version 2.0, and replaced with a set of functionality that is more in line with the profiling API.
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Version: 1.0