ComputerInfo.HyperVisorPresent 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, a HyperVisor was detected
public:
property Nullable<bool> HyperVisorPresent { Nullable<bool> get(); };
public bool? HyperVisorPresent { get; }
member this.HyperVisorPresent : Nullable<bool>
Public ReadOnly Property HyperVisorPresent As Nullable(Of Boolean)