共用方式為


ICorDebugModule2::SetJITCompilerFlags 方法

更新:2007 年 11 月

設定控制此 ICorDebugModule2 之 Just-in-Time (JIT) 編譯的旗標。

HRESULT SetJITCompilerFlags (
    [in] DWORD dwFlags
);

參數

備註

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

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

64 位元或 Win9x 平台不支援編輯後繼續。因此,當在 dwFlags 中設定 CORDEBUG_JIT_ENABLE_ENC 旗標時,如果在這兩個平台上呼叫 SetJITCompilerFlags 方法,則 SetJITCompilerFlags 方法和編輯後繼續特定的所有方法 (例如 ICorDebugModule2::ApplyChanges) 都會失敗。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICorDebugModule2

ICorDebugModule