Share via


ICorDebugProcess2::GetDesiredNGENCompilerFlags Method

Gets the current compiler flag settings that the common language runtime (CLR) uses to select the correct pre-compiled (that is, native) image to be loaded into this process.

HRESULT GetDesiredNGENCompilerFlags (
    [out] DWORD                    *pdwFlags
);

Parameters

Parameter Description

pdwFlags

[out] A pointer to a bitwise combination of the CorDebugJITCompilerFlags Enumeration enumeration values that are used to select the correct pre-compiled image to be loaded.

Remarks

Use the ICorDebugProcess2::SetDesiredNGENCompilerFlags Method method to set the flags that the CLR will use to select the correct pre-compiled image to load.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorDebugProcess2 Interface
ICorDebugProcess Interface