共用方式為


ICorDebugProcess6::ProcessStateChanged 方法

通知 ICorDebug 進程正在執行。

語法

HRESULT ProcessStateChanged(   [in] CorDebugStateChange change);

參數

change[in]ProcessStateChanged 列舉的成員

備註

調試程式會呼叫這個方法,以通知 ICorDebug 進程正在執行。

注意

這個方法僅適用於 .NET Native。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 僅適用於 4.6、.NET Native

另請參閱