iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.Processor.Characteristics.ExecuteProtectionSupport property

Gets a value representing the key to retrieve the property value.

Indicates that the processor supports marking specific memory regions as non-executable. For example, this is the NX (No eXecute) feature of AMD processors and the XD (eXecute Disable) feature of Intel processors. Does not indicate the present state of this feature.

Key Composition

Return Value

Type: Boolean

Remarks

2.5+

public static IPropertyKey ExecuteProtectionSupport { get; }

See Also