ComputerInfo.OsDataExecutionPreventionSupportPolicy Property

Definition

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)

Property Value

Applies to