ICorDebugProcess2::GetDesiredNGENCompilerFlags 方法
取得 Common Language Runtime (CLR) 用來選取要載入此進程的正確先行編譯映像(也就是原生)映像的目前編譯程式旗標設定。
語法
HRESULT GetDesiredNGENCompilerFlags (
[out] DWORD *pdwFlags
);
參數
pdwFlags
[out]CorDebugJITCompilerFlags 列舉值的指標,用來選取要載入的正確先行編譯映像。
備註
使用 ICorDebugProcess2::SetDesiredNGENCompilerFlags 方法來設定 CLR 將用來選取要載入的正確預先編譯映像的旗標。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 2.0 起提供