共用方式為


ICorDebugModule2::SetJITCompilerFlags 方法

設定旗標,控制這個 ICorDebugModule2 的 Just-In-Time (JIT) 編譯。

語法

HRESULT SetJITCompilerFlags (
    [in] DWORD dwFlags
);

參數

dwFlags[in]CorDebugJITCompilerFlags 列舉值的位元組合

備註

dwFlags如果值無效,方法SetJITCompilerFlags將會失敗。

SetJITCompilerFlags方法只能從此模組的 ICorDebugManagedCallback::LoadModule 回呼內呼叫。 嘗試在回呼傳遞之後 ICorDebugManagedCallback::LoadModule 呼叫它將會失敗。

64 位或 Win9x 平臺上不支援編輯後繼續。 因此,如果您在SetJITCompilerFlags這兩個平臺上呼叫 方法,並在 中SetJITCompilerFlagsdwFlags設定了 CORDEBUG_JIT_ENABLE_ENC 旗標,則 方法和Edit and Continue 特有的所有方法,例如 ICorDebugModule2::ApplyChanges,將會失敗。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 2.0 起提供