Class VMTools
Used to get the virtualization state of the CPU.
Inheritance
System.Object
VMTools
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System
Assembly: Cosmos.System2.dll
Syntax
public static class VMTools
Properties
| Improve this Doc View SourceIsQEMU
Whether or not the QEMU virtualizer has been detected.
Declaration
public static bool IsQEMU { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVirtualBox
Whether or not the VirtualBox virtualizer has been detected.
Declaration
public static bool IsVirtualBox { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVMWare
Whether or not the VMware virtualizer has been detected.
Declaration
public static bool IsVMWare { get; }
Property Value
Type | Description |
---|---|
System.Boolean |