ICLRDebugging::CanUnloadNow 方法
判斷 ICLRDebuggingLibraryProvider 介面所提供的連結庫是否仍在使用中,還是可以卸除。
語法
HRESULT CanUnloadNow(HMODULE hModule);
參數
hmodule
[in]目標進程中模組的基位址。
傳回值
這個方法會傳回下列特定的 HRESULT,以及表示方法失敗的 HRESULT 錯誤。
HRESULT | 描述 |
---|---|
S_OK | 可以卸除 所 hmodule 參考的模組。 |
S_FALSE | 所 hmodule 參考的模組仍在使用中。 |
COR_E_NOT_CLR | 指定的模組不是 CLR 模組。 |
例外狀況
備註
這個方法會檢查介面的所有實例ICorDebug*
是否已釋放,而且目前沒有線程在ICLRDebugging::OpenVirtualProcess 方法的呼叫內。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 4 起提供