다음을 통해 공유


IBinaryHardeningFeatures.Nx Property

Definition

NX (no-execute) flag.

[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="NX (no-execute) flag.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="nx", Update=true)]
public bool? Nx { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="NX (no-execute) flag.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="nx", Update=true)>]
member this.Nx : Nullable<bool> with get, set
Public Property Nx As Nullable(Of Boolean)

Property Value

Attributes

Applies to