UtilWindowsIsVirtualMachine Property

Determines whether the current application is running in a Virtual Machine OS.

The detection algorithm is compatible with:

Virtual-Box, VMWare, and QEmu.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsVirtualMachine { get; }

Property Value

Boolean
if the current application is running in a Virtual Machine OS, otherwise.

See Also