ComputerInfo.OsDataExecutionPrevention32BitApplications 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.
When the data execution prevention hardware feature is available, this property indicates that the feature is set to work for 32-bit applications if true
public:
property Nullable<bool> OsDataExecutionPrevention32BitApplications { Nullable<bool> get(); };
public bool? OsDataExecutionPrevention32BitApplications { get; }
member this.OsDataExecutionPrevention32BitApplications : Nullable<bool>
Public ReadOnly Property OsDataExecutionPrevention32BitApplications As Nullable(Of Boolean)