enumDataExecutionPreventionBOOL 列挙体
実行可能ファイルで Windows データ実行防止機能との互換性がテストされたことを (DEP) 示します。
名前空間: Microsoft.VisualStudio.VCProjectEngine
アセンブリ: Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll 内)
構文
'宣言
Public Enumeration enumDataExecutionPreventionBOOL
public enum enumDataExecutionPreventionBOOL
public enum class enumDataExecutionPreventionBOOL
type enumDataExecutionPreventionBOOL
public enum enumDataExecutionPreventionBOOL
メンバー
メンバー名 | 説明 | |
---|---|---|
DataExecutionPreventionDefault | オプションが指定されていません。つまり、/NXCOMPAT が /NXCOMPAT:NO が指定されていません。 | |
DataExecutionPreventionNo | 実行可能ファイルが DEP に対応しないことを明示的に指定します。この値は /NXCOMPAT:NO のリンカー オプションに相当します。 | |
DataExecutionPreventionYes | 実行可能ファイルが DEP と互換性があることを明示的に指定します。この値は /NXCOMPAT のリンカー オプションに相当します。 |
解説
この列挙体は /NXCOMPAT (データ実行防止との互換性) のリンカー オプションに対応します。