ComputerInfo.OsDataExecutionPreventionDrivers 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 drivers if true
public:
property Nullable<bool> OsDataExecutionPreventionDrivers { Nullable<bool> get(); };
public bool? OsDataExecutionPreventionDrivers { get; }
member this.OsDataExecutionPreventionDrivers : Nullable<bool>
Public ReadOnly Property OsDataExecutionPreventionDrivers As Nullable(Of Boolean)