ComputerInfo.OsPAEEnabled 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.
If True, the physical address extensions (PAE) are enabled by the operating system running on Intel processors
public:
property Nullable<bool> OsPAEEnabled { Nullable<bool> get(); };
public bool? OsPAEEnabled { get; }
member this.OsPAEEnabled : Nullable<bool>
Public ReadOnly Property OsPAEEnabled As Nullable(Of Boolean)