ComputerInfo.OsDataExecutionPreventionSupportPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates which Data Execution Prevention (DEP) setting is applied. The DEP setting specifies the extent to which DEP applies to 32-bit applications on the system. DEP is always applied to the Windows kernel
public:
property Nullable<Microsoft::PowerShell::Commands::DataExecutionPreventionSupportPolicy> OsDataExecutionPreventionSupportPolicy { Nullable<Microsoft::PowerShell::Commands::DataExecutionPreventionSupportPolicy> get(); };
public Microsoft.PowerShell.Commands.DataExecutionPreventionSupportPolicy? OsDataExecutionPreventionSupportPolicy { get; }
member this.OsDataExecutionPreventionSupportPolicy : Nullable<Microsoft.PowerShell.Commands.DataExecutionPreventionSupportPolicy>
Public ReadOnly Property OsDataExecutionPreventionSupportPolicy As Nullable(Of DataExecutionPreventionSupportPolicy)