ComputerInfo.HyperVRequirementVMMonitorModeExtensions 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 a HyperVisor is not present, indicates the state of the requirement that the processor supports Intel or AMD Virtual Machine Monitor extensions
public:
property Nullable<bool> HyperVRequirementVMMonitorModeExtensions { Nullable<bool> get(); };
public bool? HyperVRequirementVMMonitorModeExtensions { get; }
member this.HyperVRequirementVMMonitorModeExtensions : Nullable<bool>
Public ReadOnly Property HyperVRequirementVMMonitorModeExtensions As Nullable(Of Boolean)